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