mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
removed annoying debug message in ID system
This commit is contained in:
parent
7bddd4bcd4
commit
52ee76ed24
@ -2288,7 +2288,9 @@ void p3IdService::requestIdsFromNet()
|
||||
}
|
||||
else
|
||||
{
|
||||
#ifdef DEBUG_IDS
|
||||
std::cerr << "(EE) no online peers among supply list in ID request for groupId " << cit->first << ". Keeping it until peers show up."<< std::endl;
|
||||
#endif
|
||||
++cit ;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user