From f9c84c8c52d23f53016c8b08130c40992ce2e831 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 8 Feb 2022 15:32:25 -0800 Subject: [PATCH] Remove stray debug trace --- node/Network.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/node/Network.cpp b/node/Network.cpp index 8a6d40686..c3165b14b 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -984,7 +984,6 @@ uint64_t Network::handleConfigChunk(void *tPtr,const uint64_t packetId,const Add } if (nc) { - fprintf(stderr, "Network::handleConfigChucnk->setConfiguration %.16llx\n", this->_id); this->setConfiguration(tPtr, *nc, true); delete nc; return configUpdateId;