chatcleaner remove debug output

This commit is contained in:
doitux
2010-09-05 17:47:02 +00:00
parent 34567bcf44
commit 2bc921ca73
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);
}