CppEditor: Tests: Remove superfluous output

Change-Id: Ia1d9d04f5417c4816c07f3e60ab4be237d27e0d4
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-05-14 08:55:18 +02:00
committed by Erik Verbruggen
parent d288e3999b
commit 11f1e365f0

View File

@@ -291,9 +291,6 @@ void TestCase::run(CppQuickFixFactory *factory, int resultIndex)
// Compare all files
const int testFilesCount = testFiles.size();
foreach (const TestDocumentPtr testFile, testFiles) {
if (testFilesCount >= 2)
qDebug() << "Checking" << testFile->filePath();
// Check
QByteArray result = testFile->editorWidget->document()->toPlainText().toUtf8();
removeTrailingWhitespace(result);