From fc3549d722ba49822786bdc31c80a5c03c4f559e Mon Sep 17 00:00:00 2001 From: kekskurse Date: Wed, 6 Aug 2025 19:04:49 +0200 Subject: [PATCH] fix: remove debug println --- config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config.go b/config.go index 74b674f..e3d6e62 100644 --- a/config.go +++ b/config.go @@ -78,7 +78,6 @@ func (jc jobconfig) MatchCurrentTime(t time.Time) (bool, error) { return false, err } } - fmt.Println("weekday", jc.Weekday) matchWeekDay, err := matchTime(jc.Weekday, int(t.In(loc).Weekday())) if err != nil { return false, err