forked from qt-creator/qt-creator
CppEditor: Tests: Remove superfluous output
Change-Id: Ia1d9d04f5417c4816c07f3e60ab4be237d27e0d4 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
d288e3999b
commit
11f1e365f0
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user