Update sunrise-sunset.groovy
[smartapps.git] / official / sunrise-sunset.groovy
index 0f355a91505ca149c3a2929ca43bca513f6f2a6f..c00bc1135d067a27d2ced5dde2f804e9ef50d71c 100755 (executable)
@@ -68,7 +68,6 @@ def updated() {
 }
 
 def initialize() {
-       //subscribe(location, "mode", locationPositionChange)
        subscribe(location, "sunriseTime", sunriseSunsetTimeHandler)
        subscribe(location, "sunsetTime", sunriseSunsetTimeHandler)