diff --git a/hugolib/site_test.go b/hugolib/site_test.go index 94f737343..26c49aeeb 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -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) }