mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-06 18:03:29 +02:00
Remove forgotten debug log
This commit is contained in:
@@ -570,7 +570,6 @@ func Configure() error {
|
|||||||
|
|
||||||
configurators.String(&UserAgent, "IMGPROXY_USER_AGENT")
|
configurators.String(&UserAgent, "IMGPROXY_USER_AGENT")
|
||||||
UserAgent = strings.ReplaceAll(UserAgent, "%current_version", version.Version)
|
UserAgent = strings.ReplaceAll(UserAgent, "%current_version", version.Version)
|
||||||
fmt.Println("User-Agent:", UserAgent)
|
|
||||||
|
|
||||||
configurators.Bool(&IgnoreSslVerification, "IMGPROXY_IGNORE_SSL_VERIFICATION")
|
configurators.Bool(&IgnoreSslVerification, "IMGPROXY_IGNORE_SSL_VERIFICATION")
|
||||||
configurators.Bool(&DevelopmentErrorsMode, "IMGPROXY_DEVELOPMENT_ERRORS_MODE")
|
configurators.Bool(&DevelopmentErrorsMode, "IMGPROXY_DEVELOPMENT_ERRORS_MODE")
|
||||||
|
Reference in New Issue
Block a user