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()) {