diff options
-rw-r--r-- | node/Switch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp index 472440d1..28a2564b 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -75,7 +75,6 @@ void Switch::onRemotePacket(const InetAddress &localAddr,const InetAddress &from SharedPtr<Path> path(RR->topology->getPath(localAddr,fromAddr)); path->received(now); - printf("<< %s %u\n",fromAddr.toString().c_str(),len); if (len == 13) { /* LEGACY: before VERB_PUSH_DIRECT_PATHS, peers used broadcast |