From 6e1da35c121c9a01ee4a487462660a5d7d3503a2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Nov 2016 13:15:58 -0800 Subject: Remove debug. --- node/Node.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/node/Node.hpp b/node/Node.hpp index ee0d6c4c..ba657691 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -293,7 +293,6 @@ public: inline bool rateGateIdentityVerification(const uint64_t now,const InetAddress &from) { unsigned long iph = from.rateGateHash(); - printf("%s %.4lx\n",from.toString().c_str(),iph); if ((now - _lastIdentityVerification[iph]) >= ZT_IDENTITY_VALIDATION_SOURCE_RATE_LIMIT) { _lastIdentityVerification[iph] = now; return true; -- cgit v1.2.3