Browse Source

Remove forgotten debug log

DarthSim 1 week ago
parent
commit
f3c78a028a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/config.go

+ 0 - 1
config/config.go

@@ -570,7 +570,6 @@ func Configure() error {
 
 	configurators.String(&UserAgent, "IMGPROXY_USER_AGENT")
 	UserAgent = strings.ReplaceAll(UserAgent, "%current_version", version.Version)
-	fmt.Println("User-Agent:", UserAgent)
 
 	configurators.Bool(&IgnoreSslVerification, "IMGPROXY_IGNORE_SSL_VERIFICATION")
 	configurators.Bool(&DevelopmentErrorsMode, "IMGPROXY_DEVELOPMENT_ERRORS_MODE")