diff --git a/main.go b/main.go index 5e0dc273..bbb6e0c1 100644 --- a/main.go +++ b/main.go @@ -77,7 +77,6 @@ func configureLogging() { logr.SetThreshold(logLevel) logr.Infof("[main.configureLogging] Log Level is set to %s", logr.GetThreshold()) } - } func loadConfiguration() (*config.Config, error) {