From ef2d3cd07f633f78c70b3155e9544277f29b2597 Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:51:38 +0800 Subject: [PATCH] http: remove debug info --- proxy/http/request.go | 2 -- 1 file changed, 2 deletions(-) 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)