Remove Println that panics in test

This commit is contained in:
bep 2014-12-08 00:20:18 +01:00
parent 27840932a5
commit 11cdb81501

View file

@ -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)
}