From 8636fe3c3336f259705ad02510aea04e244fb875 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 2 Jul 2025 11:35:59 -0700 Subject: [PATCH] comment debug line --- controller/EmbeddedNetworkController.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/EmbeddedNetworkController.cpp b/controller/EmbeddedNetworkController.cpp index 5e8301d08..8d3850971 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -1408,8 +1408,8 @@ void EmbeddedNetworkController::_request( #endif char osArch[256]; metaData.get(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_OS_ARCH, osArch, sizeof(osArch)); - fprintf(stderr, "Network Config Request: nwid=%.16llx, nodeid=%.10llx, osArch=%s\n", - nwid, identity.address().toInt(), osArch); + // fprintf(stderr, "Network Config Request: nwid=%.16llx, nodeid=%.10llx, osArch=%s\n", + // nwid, identity.address().toInt(), osArch); _db.nodeIsOnline(nwid,identity.address().toInt(),fromAddr, osArch); #ifdef CENTRAL_CONTROLLER_REQUEST_BENCHMARK b2.stop();