Remove log logging personal information about a device (#1214)

This commit is contained in:
Andrew Bresee
2016-09-07 13:30:35 -07:00
committed by Juan Pablo Risso
parent 8dfc270c2d
commit 878eb66b8b

View File

@@ -67,7 +67,7 @@ def updated() {
} }
def subscribe() { def subscribe() {
log.debug "present: ${cars.collect{it.displayName + ': ' + it.currentPresence}}" // log.debug "present: ${cars.collect{it.displayName + ': ' + it.currentPresence}}"
subscribe(doorSensor, "contact", garageDoorContact) subscribe(doorSensor, "contact", garageDoorContact)
subscribe(cars, "presence", carPresence) subscribe(cars, "presence", carPresence)