mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-16 03:09:28 -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)
|
if(mPreferredGroupId < potentialGrId)
|
||||||
{
|
{
|
||||||
std::cerr << "supersedePreferredGroup(...) " << potentialGrId
|
// std::cerr << "supersedePreferredGroup(...) " << potentialGrId << " supersed " << mPreferredGroupId << std::endl;
|
||||||
<< " supersed " << mPreferredGroupId << std::endl;
|
|
||||||
mPreferredGroupId = potentialGrId;
|
mPreferredGroupId = potentialGrId;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue