remove uneccessary debug

pull/135/head
Simon Stürz 2015-10-20 19:39:29 +02:00 committed by Michael Zanetti
parent 4f76a64dfd
commit 4e7dc321ae
1 changed files with 1 additions and 1 deletions

View File

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