1
0
mirror of https://github.com/writeas/go-writeas.git synced 2025-07-27 15:18:28 +00:00

Remove url log statement

This commit is contained in:
Matt Baer 2016-09-04 21:22:55 -04:00
parent cc0a705d00
commit 352395e604

View File

@ -89,7 +89,6 @@ func (c *Client) buildRequest(method, path string, data io.Reader) (*http.Reques
}
func (c *Client) doRequest(r *http.Request, result interface{}) (*impart.Envelope, error) {
fmt.Printf("%sing %s\n", "SOMETH", r.URL)
resp, err := c.client.Do(r)
if err != nil {
return nil, fmt.Errorf("Request: %v", err)