Update once-a-day.groovy
[smartapps.git] / third-party / circadian-daylight.groovy
index d5100d553183abf974508236b8d10ce39037d52b..09be59b36a4b9363d3a011202a87fdd66a74dc1b 100755 (executable)
@@ -112,7 +112,6 @@ private def initialize() {
     subscribe(location, "sunrise", modeHandler)
     schedule("0 */15 * * * ?", modeHandler)
     subscribe(app,modeHandler)
-    // There seems to be a bug in the Groovy compiler with the following line
     //subscribe(location, "sunsetTime", scheduleTurnOn)
     // rather than schedule a cron entry, fire a status update a little bit in the future recursively
     scheduleTurnOn()