From 11cdb81501126f42271120aa3f2335df5771ccf6 Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 8 Dec 2014 00:20:18 +0100 Subject: [PATCH] Remove Println that panics in test --- hugolib/site_test.go | 1 - 1 file changed, 1 deletion(-) 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) }