Skip to content

Commit

Permalink
Remove already resolved TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Nov 23, 2021
1 parent 738cb04 commit 1fc0141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cell/cell.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func Sync(config SyncInput) error {
}
}

// TODO check desired TGs version and canary TGs version and do immediate update only when the version matches?
if desiredAndCanaryAreSameVersion && len(desiredTGs) != len(canaryTGs) {
// Do update immediately without analysis or step update when
// it seems to have been triggered by an additional cluster that might have been
Expand Down

0 comments on commit 1fc0141

Please sign in to comment.