mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
removed debug info in circles
This commit is contained in:
parent
8f12dd6322
commit
3ae173f104
@ -538,12 +538,13 @@ void p3GxsCircles::service_tick()
|
||||
mLastCacheMembershipUpdateTS = now ;
|
||||
}
|
||||
|
||||
#ifdef DEBUG_CIRCLES
|
||||
if(now > mLastDebugPrintTS)
|
||||
{
|
||||
mLastDebugPrintTS = now;
|
||||
debug_dumpCache();
|
||||
}
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
//====================================================================================//
|
||||
|
Loading…
Reference in New Issue
Block a user