mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Remove Println that panics in test
This commit is contained in:
		@@ -549,7 +549,6 @@ func TestGroupedPages(t *testing.T) {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	rbysection, err := s.Pages.GroupBy("Section", "desc")
 | 
						rbysection, err := s.Pages.GroupBy("Section", "desc")
 | 
				
			||||||
	fmt.Println(rbysection)
 | 
					 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		t.Fatalf("Unable to make PageGroup array: %s", err)
 | 
							t.Fatalf("Unable to make PageGroup array: %s", err)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user