Skip to content

Commit

Permalink
Remove log from scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
insidieux committed Dec 28, 2020
1 parent d75c407 commit 8f49f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/core/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func (s *Scheduler) Run(ctx context.Context) {
case <-ctx.Done():
return
case <-s.ticker.C:
s.logger.Infoln(`Running manager`)
if err := s.manager.Run(ctx); err != nil {
s.logger.Errorln(errors.Wrap(err, `failed to process manager run`).Error())
}
Expand Down

0 comments on commit 8f49f1c

Please sign in to comment.