Merge pull request #639 from Yaima/master

Removed log.info
This commit is contained in:
Yaima
2016-03-14 14:20:37 -07:00

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]