remove leftover fmt.Println

This commit is contained in:
Matthew Jaffee 2021-12-27 13:02:22 -06:00
parent f8e13f9629
commit bb39b05d05

View file

@ -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