mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
remove some leftover debug code
This commit is contained in:
parent
3d4a1b575e
commit
4177a11522
@ -276,10 +276,6 @@ static void _peerToJson(nlohmann::json &pj,const ZT_Peer *peer)
|
||||
pa.push_back(j);
|
||||
}
|
||||
pj["paths"] = pa;
|
||||
|
||||
if (peer->address == 0xda6c71a1ad) {
|
||||
fprintf(stdout, "%s\n", pj.dump(2).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
static void _moonToJson(nlohmann::json &mj,const World &world)
|
||||
|
Loading…
Reference in New Issue
Block a user