Skip to content

Commit ae66c23

Browse files
committed
Remove debug output
1 parent 7a8c11d commit ae66c23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.go

-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func main() {
9696
}
9797
}
9898

99-
fmt.Println("hi")
10099
clientset, err := kubernetes.NewForConfig(config)
101100
if err != nil {
102101
panic(err)
@@ -109,7 +108,6 @@ func main() {
109108
panic(err)
110109
}
111110

112-
fmt.Println("hi")
113111
var wg sync.WaitGroup
114112
resultsChan := make(chan PodResult, len(pods.Items))
115113

@@ -129,7 +127,6 @@ func main() {
129127
results = append(results, result)
130128
}
131129

132-
fmt.Println("hi")
133130
sort.Sort(ByPodName(results))
134131

135132
for _, result := range results {

0 commit comments

Comments
 (0)