diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index 2c4333a16..8ea360b03 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -66,8 +66,6 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int return err } - cluster. - for name, node := range cluster.Nodes() { c.logger.Infof("Node %s: %+v", name, node.Config()) c.logger.Info("-------------------")