Skip to content
Snippets Groups Projects

Remove some info logs

Open Francé Wilke requested to merge remove-info-logs into main
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
2
@@ -2,7 +2,6 @@ package handler_utils
import (
"gitlab.com/uafrica/go-utils/errors"
"gitlab.com/uafrica/go-utils/logs"
)
// ValidateCronHandlers checks that all handlers are correctly defined using one of the supported handler types
@@ -18,6 +17,5 @@ func ValidateCronHandlers(handlers map[string]func() error) (map[string]func() e
}
countHandler++
}
logs.Info("Checked %d handlers\n", countHandler)
return handlers, nil
}
Loading