diff --git a/peer.cpp b/peer.cpp index 4825eea30..16f8383e8 100644 --- a/peer.cpp +++ b/peer.cpp @@ -54,7 +54,6 @@ int peerTest(int argc, char** argv) for (int i = 0; ; ++i) { this_thread::sleep_for(chrono::milliseconds(100)); -// pn.sync(); if (!(i % 10)) ph.pingAll(); }