remove uneccessary debug
This commit is contained in:
parent
4f76a64dfd
commit
4e7dc321ae
@ -147,7 +147,7 @@ void DevicePluginNetatmo::networkManagerReplyReady(QNetworkReply *reply)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
qCDebug(dcNetatmo) << jsonDoc.toJson();
|
//qCDebug(dcNetatmo) << jsonDoc.toJson();
|
||||||
processRefreshData(jsonDoc.toVariant().toMap(), device->id().toString());
|
processRefreshData(jsonDoc.toVariant().toMap(), device->id().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user