mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
remove leftover fmt.Println
This commit is contained in:
parent
f8e13f9629
commit
bb39b05d05
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue