Remove debug statement
This commit is contained in:
parent
70bdd46425
commit
4a7c932fdc
|
@ -198,7 +198,6 @@ func (xTransport *XTransport) Fetch(method string, url *url.URL, accept string,
|
||||||
bc := ioutil.NopCloser(bytes.NewReader(*body))
|
bc := ioutil.NopCloser(bytes.NewReader(*body))
|
||||||
req.Body = bc
|
req.Body = bc
|
||||||
}
|
}
|
||||||
fmt.Println(req)
|
|
||||||
var err error
|
var err error
|
||||||
host := url.Host
|
host := url.Host
|
||||||
xTransport.cachedIPs.RLock()
|
xTransport.cachedIPs.RLock()
|
||||||
|
|
Loading…
Reference in New Issue