From a4332834f3264f48dce99ef3af863d2379a98c4b Mon Sep 17 00:00:00 2001 From: Joe Searcy Date: Thu, 28 Mar 2019 14:45:09 -0700 Subject: [PATCH] Fixed leftover debug printing --- cmd/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pods.go b/cmd/pods.go index 1c4b60c..755487d 100644 --- a/cmd/pods.go +++ b/cmd/pods.go @@ -130,7 +130,7 @@ func buildPods(nodeinfo map[string]string, nodeazs map[string]struct{}, k8sNames podMap[p.name] = p // Print pod info for debug - fmt.Printf("Pod: %s\n", podMap[p.name]) + //fmt.Printf("Pod: %s\n", podMap[p.name]) } }