Browse Source

Remove stray debug trace

Joseph Henry 3 năm trước cách đây
mục cha
commit
f9c84c8c52
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      node/Network.cpp

+ 0 - 1
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;