Skip to content

Commit

Permalink
Remove debug message that prints only pointer addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Aug 2, 2018
1 parent 17dac1b commit a7b4269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/eks/eks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7b4269

Please sign in to comment.