Remove forgotten debug log

This commit is contained in:
DarthSim
2025-07-05 20:56:32 +03:00
parent 1799ac7eb7
commit f3c78a028a

View File

@@ -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")