Skip to content

Commit

Permalink
refactor: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed May 16, 2024
1 parent 4b2c870 commit 148412d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/deploy/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ func worker(jobs <-chan contracts.FileOps, results chan<- error, currentFile *in
return
}

// for

if err := clientUpload.Upload(context.Background(), &job, conf); err != nil {
logger.Debug("Error while worker tried to upload file: <"+job.Path+"> to storage api", zap.Error(err))
if Retries < 5 {
Expand Down

0 comments on commit 148412d

Please sign in to comment.