diff --git a/proxy/http/request.go b/proxy/http/request.go index 0a45985..cf627bf 100644 --- a/proxy/http/request.go +++ b/proxy/http/request.go @@ -55,8 +55,6 @@ func parseRequest(r *bufio.Reader) (*request, error) { return nil, err } - log.F("req header: %v", header) - auth := header.Get("Proxy-Authorization") cleanHeaders(header)