Remove debug.

This commit is contained in:
Adam Ierymenko 2016-11-18 13:15:58 -08:00
parent 25f9c294dc
commit 6e1da35c12

View File

@ -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;