Skip to content

Commit

Permalink
fix(cli): remove extra debug logs (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jan 28, 2025
1 parent 7d7bc7b commit 2e497ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func newClient(ctx *cli.Context, acc registration.User, keyType certcrypto.KeyTy
retryClient := retryablehttp.NewClient()
retryClient.RetryMax = 5
retryClient.HTTPClient = config.HTTPClient
retryClient.Logger = nil

config.HTTPClient = retryClient.StandardClient()

Expand Down

0 comments on commit 2e497ca

Please sign in to comment.