mirror of
https://github.com/writeas/go-writeas.git
synced 2025-07-27 21:18:19 +00:00
Remove url log statement
This commit is contained in:
parent
cc0a705d00
commit
352395e604
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user