remove unneded print oin test
This commit is contained in:
parent
cb7603f916
commit
4eddeb7d52
@ -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()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user