Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 22, 2018
1 parent 70bdd46 commit 4a7c932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dnscrypt-proxy/xtransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4a7c932

Please sign in to comment.