Skip to content

Commit 85702e4

Browse files
committed
remove noisy keep host messages from logging
1 parent 93b70a9 commit 85702e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/proxy/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ func (h *Http) proxyHandler() http.HandlerFunc {
222222
r.URL.Path = uu.Path
223223
r.URL.Host = uu.Host
224224
r.URL.Scheme = uu.Scheme
225-
log.Printf("[DEBUG] keep host is %t", keepHost)
226225
if !keepHost {
227226
r.Host = uu.Host
228227
}

0 commit comments

Comments
 (0)