Skip to content

Commit

Permalink
Remove unnecessary accidental debug logging from test harness (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrick-mesosphere authored and kensipe committed Dec 27, 2019
1 parent 06e3085 commit 01808de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ func GetAPIResource(dClient discovery.DiscoveryInterface, gvk schema.GroupVersio
return metav1.APIResource{}, err
}

fmt.Printf("%v", resourceTypes)
for _, resource := range resourceTypes.APIResources {
if !strings.EqualFold(resource.Kind, gvk.Kind) {
continue
Expand Down

0 comments on commit 01808de

Please sign in to comment.