From fe1d4dbcc306d90d6f05abde28c87b6882fbb6d6 Mon Sep 17 00:00:00 2001 From: Jeremiah Date: Sat, 23 Sep 2023 16:39:27 -0400 Subject: [PATCH] remove unncessary logging info --- content/schedule.go | 1 - 1 file changed, 1 deletion(-) diff --git a/content/schedule.go b/content/schedule.go index fd65801..62899c5 100644 --- a/content/schedule.go +++ b/content/schedule.go @@ -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 {