removed some debug info

This commit is contained in:
cyril soler 2017-03-10 15:05:41 +01:00
parent c87de3eb77
commit fd84639a45
5 changed files with 23 additions and 2 deletions

View file

@ -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)