Skip to content

Commit

Permalink
Remove an unfortunate printf
Browse files Browse the repository at this point in the history
  • Loading branch information
obynio committed May 17, 2020
1 parent c8e76e3 commit 4b54aef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ func (p *Provider) doRequest(req *http.Request, result interface{}) (gandiStatus

defer resp.Body.Close()

fmt.Println(resp.StatusCode)

if resp.StatusCode >= 400 {
var response gandiStatus
if err := json.NewDecoder(resp.Body).Decode(&response); err != nil {
Expand Down

0 comments on commit 4b54aef

Please sign in to comment.