diff --git a/client/client.go b/client/client.go index 92ecc3e48..98af8bfbe 100644 --- a/client/client.go +++ b/client/client.go @@ -136,7 +136,6 @@ func (c *Client) SendRequest(method string, rawURL string, data url.Values, for k, v := range headers { req.Header.Add(k, fmt.Sprint(v)) } - fmt.Println("req\n\n\n",req) return c.doWithErr(req) }