Remove debug statement

This commit is contained in:
Frank Denis 2018-11-22 18:13:30 +01:00
parent 70bdd46425
commit 4a7c932fdc
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ func (xTransport *XTransport) Fetch(method string, url *url.URL, accept string,
bc := ioutil.NopCloser(bytes.NewReader(*body))
req.Body = bc
}
fmt.Println(req)
var err error
host := url.Host
xTransport.cachedIPs.RLock()