Changing remote branch to PLRG Git server.
[smartapps.git] / third-party / hvac-auto-off.smartapp.groovy
index 30280e9cc1b27899767b69ef56319f2fb38bf452..55be40d18818ac3312b7e61fc3d7236eab287b65 100755 (executable)
@@ -44,7 +44,6 @@ def updated() {
 
 def initialize() {
        state.changed = false
-       //subscribe(sensors, 'contact', "sensorChange")
        subscribe(sensors, "contact", sensorChange)
 }