From: bep Date: Sun, 7 Dec 2014 23:20:18 +0000 (+0100) Subject: Remove Println that panics in test X-Git-Tag: v0.13~268 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11cdb815;p=brevno-suite%2Fhugo Remove Println that panics in test --- diff --git a/hugolib/site_test.go b/hugolib/site_test.go index 94f73734..26c49aee 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) }