mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
removed debug info about superseded groups
This commit is contained in:
parent
f1b022a6c1
commit
4420575a9a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue