mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
removed debug info in circles
This commit is contained in:
parent
8f12dd6322
commit
3ae173f104
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
//====================================================================================//
|
//====================================================================================//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue