Remove debug trace

This commit is contained in:
Joseph Henry 2021-09-06 20:13:13 -07:00
parent a4b98518e3
commit 109252be4e
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344

View File

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