removed debug info about superseded groups

This commit is contained in:
csoler 2021-03-13 22:28:26 +01:00
parent f1b022a6c1
commit 4420575a9a

View File

@ -272,8 +272,7 @@ private:
{
if(mPreferredGroupId < potentialGrId)
{
std::cerr << "supersedePreferredGroup(...) " << potentialGrId
<< " supersed " << mPreferredGroupId << std::endl;
// std::cerr << "supersedePreferredGroup(...) " << potentialGrId << " supersed " << mPreferredGroupId << std::endl;
mPreferredGroupId = potentialGrId;
return true;
}