Skip to content

Commit

Permalink
removed logging bug from from retry
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixrizen committed Aug 2, 2019
1 parent 40d085c commit 92c954c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type apiClient struct {
func newAPIClient(conf *Config) *apiClient {
client := &apiClient{}
httpClient := retryablehttp.NewClient()
httpClient.Logger = nil
client.httpClient = httpClient
var zeroDuration time.Duration
if conf.RetryWaitMin == zeroDuration {
Expand Down

0 comments on commit 92c954c

Please sign in to comment.