mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #15581 from JanetKuo/remove-sorting-printer-debug-message
Auto commit by PR queue bot
This commit is contained in:
		@@ -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)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user