removed debug print
This commit is contained in:
parent
9938af6a3b
commit
0c52878b08
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ func (web *Web) addCronJitter(watchID WatchID, filter *Filter) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, duration := range durations {
|
for _, duration := range durations {
|
||||||
log.Println("Delaying by:", duration)
|
|
||||||
time.Sleep(duration)
|
time.Sleep(duration)
|
||||||
}
|
}
|
||||||
TriggerSchedule(filter.WatchID, web, &filter.ID)
|
TriggerSchedule(filter.WatchID, web, &filter.ID)
|
||||||
|
|
Loading…
Add table
Reference in a new issue