浏览代码

Remove debug trace

Joseph Henry 3 年之前
父节点
当前提交
109252be4e
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      node/Bond.hpp

+ 0 - 4
node/Bond.hpp

@@ -1138,10 +1138,6 @@ class Bond {
 	 */
 	void log(const char* fmt, ...)
 	{
-		// TODO: remove
-		if (_peerId != 0xe421efd4b9 && _peerId != 0xa03bcb43bb) {
-			return;
-		}
 		time_t rawtime;
 		struct tm* timeinfo;
 		char timestamp[80];