Remove debug statement

This commit is contained in:
Frank Denis 2018-11-22 18:13:30 +01:00
parent 70bdd46425
commit 4a7c932fdc

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()