mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 18:10:40 -04:00
removed some debug info
This commit is contained in:
parent
c87de3eb77
commit
fd84639a45
5 changed files with 23 additions and 2 deletions
|
@ -2790,7 +2790,9 @@ bool p3PeerMgrIMPL::removeBannedIps()
|
|||
{
|
||||
RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/
|
||||
|
||||
#ifdef PEER_DEBUG
|
||||
std::cerr << "Cleaning known IPs for all peers." << std::endl;
|
||||
#endif
|
||||
|
||||
bool changed = false ;
|
||||
for( std::map<RsPeerId, peerState>::iterator it = mFriendList.begin(); it != mFriendList.end(); ++it)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue