chatcleaner remove debug output
This commit is contained in:
@@ -88,6 +88,6 @@ void TextFloodCheck::cleanMsgTimesList() {
|
||||
|
||||
void TextFloodCheck::removeNickFromList(unsigned playerId) {
|
||||
|
||||
qDebug() << "id " << playerId << "removed from textfloodcheck list" << endl;
|
||||
// qDebug() << "id " << playerId << "removed from textfloodcheck list" << endl;
|
||||
msgTimesList.remove(playerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user