mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove Println that panics in test
This commit is contained in:
parent
27840932a5
commit
11cdb81501
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue