From ee87eb31018a145abd04e2884b7ab007a3ab9f41 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 8 Sep 2025 11:34:03 -0700 Subject: [PATCH] removing some log output --- nonfree/controller/CentralDB.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nonfree/controller/CentralDB.cpp b/nonfree/controller/CentralDB.cpp index c8037e033..8944594b2 100644 --- a/nonfree/controller/CentralDB.cpp +++ b/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();