diff --git a/commands/utils.go b/commands/utils.go index 630cbd3..ac424b7 100644 --- a/commands/utils.go +++ b/commands/utils.go @@ -165,8 +165,6 @@ func mapListWithOutput(ranges [][]int, nodes []testbedi.Core, fns []outputFunc) } if len(errs) != 0 { - // TODO: should shape of return error be same as results? - // e.g. return []error instead of error return results, cli.NewMultiError(errs...) }