浏览代码

removing some log output

Grant Limberg 2 天之前
父节点
当前提交
ee87eb3101
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      nonfree/controller/CentralDB.cpp

+ 0 - 1
nonfree/controller/CentralDB.cpp

@@ -1503,7 +1503,6 @@ void CentralDB::onlineNotificationThread()
 
 				_statusWriter->updateNodeStatus(
 					networkId, memberId, os, arch, version, i->second.physicalAddress, ts, frontend);
-				fprintf(stderr, "sent node status update\n");
 			}
 			_statusWriter->writePending();
 			w.commit();