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