diff --git a/http/client.go b/http/client.go index 222499794..1dd2da51a 100644 --- a/http/client.go +++ b/http/client.go @@ -109,7 +109,6 @@ func NewInternalClientFromURI(defaultURI *pnet.URI, remoteClient *http.Client, o } if ic.retryableClient == nil { - fmt.Println("no retry policy") rc := retryablehttp.NewClient() rc.HTTPClient = ic.httpClient rc.CheckRetry = noRetryPolicy