Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k committed Nov 17, 2015
1 parent a0601c8 commit 3c6d64c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sct/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func monitorTime() {
for {
rise := astrotime.NextSunrise(time.Now(), geo.Lat, -geo.Lon)
set := astrotime.NextSunset(time.Now(), geo.Lat, -geo.Lon)
log.Printf("Rise %s set %s", rise, set)
state := rise.Before(set)
if lastState != nil && state == *lastState {
time.Sleep(1 * time.Minute)
Expand Down

0 comments on commit 3c6d64c

Please sign in to comment.