fix: remove debug println
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0a6e490673
commit
fc3549d722
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue