From: Seyed Amir Hossein Aqajari Date: Fri, 9 Aug 2019 00:31:30 +0000 (-0700) Subject: Update sunrise-sunset.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=799209eb401e47f0863845f1788221890973789f;p=smartapps.git Update sunrise-sunset.groovy --- diff --git a/official/sunrise-sunset.groovy b/official/sunrise-sunset.groovy index 0f355a9..c00bc11 100755 --- a/official/sunrise-sunset.groovy +++ b/official/sunrise-sunset.groovy @@ -68,7 +68,6 @@ def updated() { } def initialize() { - //subscribe(location, "mode", locationPositionChange) subscribe(location, "sunriseTime", sunriseSunsetTimeHandler) subscribe(location, "sunsetTime", sunriseSunsetTimeHandler)