Skip to content

Commit

Permalink
cmd/atlas/internal/cloudapi: remove duplicate comment (#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Nov 8, 2024
1 parent a3d5a1b commit dd0f86c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/atlas/internal/cloudapi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func New(endpoint, token string) *Client {
// Disable logging until "ATLAS_DEBUG" option will be added.
client.Logger = nil
// Keep retry short for unit/integration tests.
// Keep retry short for unit/integration tests.
if testing.Testing() || testingURL(endpoint) {
client.HTTPClient.Timeout = 0
client.RetryWaitMin, client.RetryWaitMax = 0, time.Microsecond
Expand Down

0 comments on commit dd0f86c

Please sign in to comment.