Commit d7d24dc8 authored by Janet Kuo's avatar Janet Kuo

Remove sorting-printer's debug message

parent a529f6cc
......@@ -38,7 +38,6 @@ type SortingPrinter struct {
func (s *SortingPrinter) PrintObj(obj runtime.Object, out io.Writer) error {
if !runtime.IsListType(obj) {
fmt.Fprintf(out, "Not a list, skipping: %#v\n", obj)
return s.Delegate.PrintObj(obj, out)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment