mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Remove stray debug trace
This commit is contained in:
parent
566ac113e4
commit
f9c84c8c52
1 changed files with 0 additions and 1 deletions
|
@ -984,7 +984,6 @@ uint64_t Network::handleConfigChunk(void *tPtr,const uint64_t packetId,const Add
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nc) {
|
if (nc) {
|
||||||
fprintf(stderr, "Network::handleConfigChucnk->setConfiguration %.16llx\n", this->_id);
|
|
||||||
this->setConfiguration(tPtr, *nc, true);
|
this->setConfiguration(tPtr, *nc, true);
|
||||||
delete nc;
|
delete nc;
|
||||||
return configUpdateId;
|
return configUpdateId;
|
||||||
|
|
Loading…
Add table
Reference in a new issue