소스 검색

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();