瀏覽代碼

Remove debug.

Adam Ierymenko 8 年之前
父節點
當前提交
6e1da35c12
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      node/Node.hpp

+ 0 - 1
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;