Skip to content

Commit

Permalink
Fixed leftover debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue committed Mar 28, 2019
1 parent 817ec0e commit a433283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -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])
}

}
Expand Down

0 comments on commit a433283

Please sign in to comment.