From 109252be4e858dcbe77877a3d52d07646563fc4c Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 6 Sep 2021 20:13:13 -0700 Subject: [PATCH] Remove debug trace --- node/Bond.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/node/Bond.hpp b/node/Bond.hpp index e8088896e..90c80d974 100644 --- a/node/Bond.hpp +++ b/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];