Skip to content

Commit

Permalink
removed info message
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jul 4, 2024
1 parent bab591c commit 8011be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func printControllerMetaInfo() {
setupLog.Info(fmt.Sprintf("go version: %s", runtime.Version()))
setupLog.Info(fmt.Sprintf("go os/arch: %s/%s", runtime.GOOS, runtime.GOARCH))
setupLog.Info("base logger", "log level", logLevel, "log mode", logMode)
setupLog.Info("booting up limitador-operator", "version", version.Version, "commit", commit, "dirty", dirty)
setupLog.Info("", "version", version.Version, "commit", commit, "dirty", dirty)
}

func main() {
Expand Down

0 comments on commit 8011be6

Please sign in to comment.