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 ; mLastCacheMembershipUpdateTS = now ;
} }
#ifdef DEBUG_CIRCLES
if(now > mLastDebugPrintTS) if(now > mLastDebugPrintTS)
{ {
mLastDebugPrintTS = now; mLastDebugPrintTS = now;
debug_dumpCache(); debug_dumpCache();
} }
return; #endif
} }
//====================================================================================// //====================================================================================//