remove uneccessary debug

This commit is contained in:
Simon Stürz 2015-10-20 19:39:29 +02:00 committed by Michael Zanetti
parent 4f76a64dfd
commit 4e7dc321ae

View File

@ -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());
} }