Removed log.info

This commit is contained in:
Yaima Valdivia
2016-03-14 14:20:09 -07:00
parent 25ae1306c4
commit 63d25528ae

View File

@@ -469,7 +469,6 @@ def pollChild(){
if (pollChildren()){
devices.each { child ->
log.info "***found $child"
if (!child.device.deviceNetworkId.startsWith("ecobee_sensor")){
if(atomicState.thermostats[child.device.deviceNetworkId] != null) {
def tData = atomicState.thermostats[child.device.deviceNetworkId]