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
@@ -17,7 +17,7 @@ bool CapsFloodCheck::run(QString msg)
else return false;
}
else {
qDebug() << "The current Caps Flood RegExp is invalid" << endl;
// qDebug() << "The current Caps Flood RegExp is invalid" << endl;
return false;
}
}