mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-30 22:49:22 +02:00
Remove forgotten debug log
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user