mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
removed debug info
This commit is contained in:
parent
48d09b5867
commit
09fe628415
@ -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…
Reference in New Issue
Block a user