mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
removed debug info
This commit is contained in:
parent
48d09b5867
commit
09fe628415
1 changed files with 2 additions and 0 deletions
|
@ -3002,9 +3002,11 @@ void p3IdService::requestIdsFromNet()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#ifdef DEBUG_IDS
|
||||||
RsInfo() << __PRETTY_FUNCTION__ << " no online peers among supplied"
|
RsInfo() << __PRETTY_FUNCTION__ << " no online peers among supplied"
|
||||||
<< " list in request for RsGxsId: " << gxsId
|
<< " list in request for RsGxsId: " << gxsId
|
||||||
<< ". Keeping it until peers show up."<< std::endl;
|
<< ". Keeping it until peers show up."<< std::endl;
|
||||||
|
#endif
|
||||||
++cit;
|
++cit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue