mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #15581 from JanetKuo/remove-sorting-printer-debug-message
Auto commit by PR queue bot
This commit is contained in:
commit
11c735cefa
@ -38,7 +38,6 @@ type SortingPrinter struct {
|
|||||||
|
|
||||||
func (s *SortingPrinter) PrintObj(obj runtime.Object, out io.Writer) error {
|
func (s *SortingPrinter) PrintObj(obj runtime.Object, out io.Writer) error {
|
||||||
if !runtime.IsListType(obj) {
|
if !runtime.IsListType(obj) {
|
||||||
fmt.Fprintf(out, "Not a list, skipping: %#v\n", obj)
|
|
||||||
return s.Delegate.PrintObj(obj, out)
|
return s.Delegate.PrintObj(obj, out)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user