Browse Source

Remove debug trace

pull/2/head
Joseph Henry 5 years ago
parent
commit
109252be4e
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344
  1. 4
      node/Bond.hpp

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

Loading…
Cancel
Save