small refactors

This commit is contained in:
2024-07-09 11:40:01 +02:00
parent 60e6f91541
commit 02d58928f4
2 changed files with 17 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ bool addParticipation(Contact3Handle c, ObjectHandle o) {
was_new = was_new || inserted;
}
std::cout << "added " << (was_new?"new ":"") << "participant\n";
//std::cout << "added " << (was_new?"new ":"") << "participant\n";
return was_new;
}
@@ -43,6 +43,6 @@ void removeParticipation(Contact3Handle c, ObjectHandle o) {
}
}
std::cout << "removed participant\n";
//std::cout << "removed participant\n";
}