summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-07-24 14:24:19 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-07-26 10:16:20 +0000
commitdd8bc9e4c8024481339fb200c18a6e2e981a4bed (patch)
treedd2b0e72d422fd11ff81441038b40d763a808c83
parentee7b918b841ca43f706b6b49533ad0b22737c34d (diff)
Reduce noise from PerfParserTestClient
Change-Id: I5180044645b08266889f053d3e5986b9c1f69d07 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--tests/auto/shared/perfparsertestclient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/shared/perfparsertestclient.cpp b/tests/auto/shared/perfparsertestclient.cpp
index 7d2ba30..9c103d1 100644
--- a/tests/auto/shared/perfparsertestclient.cpp
+++ b/tests/auto/shared/perfparsertestclient.cpp
@@ -175,7 +175,6 @@ void PerfParserTestClient::extractTrace(QIODevice *device)
}
default:
stream.skipRawData(size);
- qDebug() << size << device->bytesAvailable() << EventType(eventType);
break;
}
QVERIFY(stream.atEnd());