Skip to content

Commit 3c6d64c

Browse files
committed
Removed debug statement
1 parent a0601c8 commit 3c6d64c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sct/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func monitorTime() {
3030
for {
3131
rise := astrotime.NextSunrise(time.Now(), geo.Lat, -geo.Lon)
3232
set := astrotime.NextSunset(time.Now(), geo.Lat, -geo.Lon)
33-
log.Printf("Rise %s set %s", rise, set)
3433
state := rise.Before(set)
3534
if lastState != nil && state == *lastState {
3635
time.Sleep(1 * time.Minute)

0 commit comments

Comments
 (0)