Skip to content

Commit 8483b45

Browse files
committed
Removed comments
Signed-off-by: Travis Mattera <[email protected]>
1 parent 0ba9db5 commit 8483b45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/flux/suspend.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ func (suspend suspendCommand) run(cmd *cobra.Command, args []string) error {
7979
return err
8080
}
8181

82-
// in case of all, get all in namespace and patch 'em
8382
if len(args) < 1 && suspendArgs.all {
8483
listOpts := []client.ListOption{
8584
client.InNamespace(*kubeconfigArgs.Namespace),
@@ -92,7 +91,6 @@ func (suspend suspendCommand) run(cmd *cobra.Command, args []string) error {
9291
return nil
9392
}
9493

95-
// when not all, patch list of args
9694
processed := make(map[string]struct{}, len(args))
9795
for _, arg := range args {
9896
if _, has := processed[arg]; has {

0 commit comments

Comments
 (0)