removed annoying debug message in ID system

This commit is contained in:
csoler 2016-09-24 14:14:32 +02:00
parent 7bddd4bcd4
commit 52ee76ed24

View File

@ -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 ;
}
}