From bb39b05d0572e42d4b23090441a204e55b969aae Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Mon, 27 Dec 2021 13:02:22 -0600 Subject: [PATCH] remove leftover fmt.Println --- http/client.go | 1 - 1 file changed, 1 deletion(-) 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