Skip to content

Commit

Permalink
remove unncessary logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillerv committed Sep 23, 2023
1 parent 024c284 commit fe1d4db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func (s *Scheduler) Run() error { //nolint:godox,funlen,gocognit,cyclop,nolintli

// run operation in loop
for programIndex <= totalPrograms {
log.Infof("program index count %d", programIndex)
// check content from scheduler and run through it
// for loop that can be forced to continue from a go routine
for _, p := range s.Content.Programs {
Expand Down

0 comments on commit fe1d4db

Please sign in to comment.