Skip to content

Commit

Permalink
删除无用日志
Browse files Browse the repository at this point in the history
  • Loading branch information
c-wind committed Jul 11, 2018
1 parent 90acc5f commit df03f14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions http/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ func (c HTTPClient) do(method, url string, headers map[string]string, body []byt
}
defer resp.Body.Close()

c.logger.Errorf("url:%v, response header:%#v", url, resp.Header)

data, err := ioutil.ReadAll(resp.Body)
if err != nil {
return nil, errors.Trace(err)
Expand Down

0 comments on commit df03f14

Please sign in to comment.