mirror of https://github.com/nymea/nymea.git
remove uneccessary debug
parent
4f76a64dfd
commit
4e7dc321ae
|
|
@ -147,7 +147,7 @@ void DevicePluginNetatmo::networkManagerReplyReady(QNetworkReply *reply)
|
|||
return;
|
||||
}
|
||||
|
||||
qCDebug(dcNetatmo) << jsonDoc.toJson();
|
||||
//qCDebug(dcNetatmo) << jsonDoc.toJson();
|
||||
processRefreshData(jsonDoc.toVariant().toMap(), device->id().toString());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue