diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-02 14:26:04 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-02 14:26:04 -0700 |
commit | 01aa469591019d0412cd6714312467823aaacea9 (patch) | |
tree | 3fe4955ef00e62bf3422d78827ce596a8351a77a /node | |
parent | 4992ac2d9f568a08ecd04b316a926c9d320750df (diff) | |
download | infinitytier-01aa469591019d0412cd6714312467823aaacea9.tar.gz infinitytier-01aa469591019d0412cd6714312467823aaacea9.zip |
Remove debug line.
Diffstat (limited to 'node')
-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 |