Clean up hue remote debug output

master
Simon Stürz 2018-03-23 20:16:41 +01:00 committed by Michael Zanetti
parent 2332e76764
commit 6296f4f839
1 changed files with 0 additions and 1 deletions

View File

@ -1109,7 +1109,6 @@ void DevicePluginPhilipsHue::processSensorsRefreshResponse(Device *device, const
QVariantMap sensorMap = sensorsMap.value(sensorId).toMap();
foreach (HueRemote *remote, m_remotes.keys()) {
if (remote->id() == sensorId.toInt() && remote->bridgeId() == device->id()) {
qCDebug(dcPhilipsHue) << "update remote" << remote->id() << remote->name();
remote->updateStates(sensorMap.value("state").toMap(), sensorMap.value("config").toMap());
}
}