mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02: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")
|
||||
fmt.Println(rbysection)
|
||||
if err != nil {
|
||||
t.Fatalf("Unable to make PageGroup array: %s", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user