Skip to content

Commit 4cb3e56

Browse files
committed
cleanup
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
1 parent 9ad6d67 commit 4cb3e56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

swarm/kubernetes.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func (c *ClientKubernetes) Get(s string) (*http.Response, error) {
6969
return nil, err
7070
}
7171

72-
// backoff.WithMaxRetries(backoff.NewConstantBackOff(5*time.Second), maxRetries),
7372
_, err = backoff.Retry(context.Background(), func() (string, error) {
7473
rsp, err = c.httpClient.Do(req)
7574
if err != nil {

0 commit comments

Comments
 (0)