Skip to content

Commit

Permalink
Remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 5, 2023
1 parent 14d2acf commit b13c760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/periodic/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func (w *Worker) Start(ctx context.Context) {
return
}

logger.Info().Time("cron", w.cron.Entries()[0].Schedule.Next(time.Now())).Msg("cron")
w.cron.Start()
}

Expand Down

0 comments on commit b13c760

Please sign in to comment.