mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Remove sorting-printer's debug message
This commit is contained in:
parent
a529f6ccdf
commit
d7d24dc8d4
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user