Skip to content

Commit dd0f86c

Browse files
authored
cmd/atlas/internal/cloudapi: remove duplicate comment (#3217)
1 parent a3d5a1b commit dd0f86c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/atlas/internal/cloudapi/client.go

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func New(endpoint, token string) *Client {
5959
// Disable logging until "ATLAS_DEBUG" option will be added.
6060
client.Logger = nil
6161
// Keep retry short for unit/integration tests.
62-
// Keep retry short for unit/integration tests.
6362
if testing.Testing() || testingURL(endpoint) {
6463
client.HTTPClient.Timeout = 0
6564
client.RetryWaitMin, client.RetryWaitMax = 0, time.Microsecond

0 commit comments

Comments
 (0)