diff --git a/app/proxy/proxy.go b/app/proxy/proxy.go index c6abec4..adbee1e 100644 --- a/app/proxy/proxy.go +++ b/app/proxy/proxy.go @@ -222,7 +222,6 @@ func (h *Http) proxyHandler() http.HandlerFunc { r.URL.Path = uu.Path r.URL.Host = uu.Host r.URL.Scheme = uu.Scheme - log.Printf("[DEBUG] keep host is %t", keepHost) if !keepHost { r.Host = uu.Host }