diff --git a/pkg/eks/eks.go b/pkg/eks/eks.go index 927f84062d..43c334c739 100644 --- a/pkg/eks/eks.go +++ b/pkg/eks/eks.go @@ -199,7 +199,6 @@ func (c *ClusterProvider) doListClusters(chunkSize int64, printer printers.Outpu } } - logger.Debug("clusters = %#v", allClusterNames) printer.PrintObj(allClusterNames, os.Stdout) return nil