removed debug info in circles

This commit is contained in:
csoler 2020-05-10 13:47:53 +02:00
parent 8f12dd6322
commit 3ae173f104
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -538,12 +538,13 @@ void p3GxsCircles::service_tick()
mLastCacheMembershipUpdateTS = now ;
}
#ifdef DEBUG_CIRCLES
if(now > mLastDebugPrintTS)
{
mLastDebugPrintTS = now;
debug_dumpCache();
}
return;
#endif
}
//====================================================================================//