diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-11-18 13:15:58 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-11-18 13:15:58 -0800 |
| commit | 6e1da35c121c9a01ee4a487462660a5d7d3503a2 (patch) | |
| tree | f46153af6fc56f27932ed616e24730610c398267 /node | |
| parent | 25f9c294dc677576ded51025b2c7e6397bdc11c0 (diff) | |
| download | infinitytier-6e1da35c121c9a01ee4a487462660a5d7d3503a2.tar.gz infinitytier-6e1da35c121c9a01ee4a487462660a5d7d3503a2.zip | |
Remove debug.
Diffstat (limited to 'node')
| -rw-r--r-- | node/Node.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
