removed debug message

master
Alex 2022-02-28 20:18:14 +01:00
parent 8cf6c0b113
commit f247d094e2
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ func main() {
hour := dt.Format("15")
minute := dt.Format("04")
log.Println("hour", hour, "minute", minute)
for _, page := range cfg.Pages {
for _, updateTime := range page.UpdateTime {
updateTimeSplit := strings.Split(updateTime, ":")