From 4eddeb7d525360f9cef8e8cea47649cdf395cd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 11 Oct 2017 15:26:17 +0200 Subject: [PATCH] remove unneded print oin test --- tests/auto/logging/testlogging.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/logging/testlogging.cpp b/tests/auto/logging/testlogging.cpp index 46309632..4d59f2b1 100644 --- a/tests/auto/logging/testlogging.cpp +++ b/tests/auto/logging/testlogging.cpp @@ -524,8 +524,6 @@ void TestLogging::testDoubleValues() foreach (const QVariant &logNotificationVariant, logNotificationsList) { QVariantMap logNotification = logNotificationVariant.toMap().value("params").toMap().value("logEntry").toMap(); - printJson(logNotification); - if (logNotification.value("typeId").toString() == doubleStateParamTypeId.toString()) { if (logNotification.value("typeId").toString() == doubleStateParamTypeId.toString()) {