ref: 11cdb81501126f42271120aa3f2335df5771ccf6
parent: 27840932a5da2a9ccb6ed486c1c27afb3347f2b1
author: bep <[email protected]>
date: Sun Dec 7 19:20:18 EST 2014
Remove Println that panics in test
--- a/hugolib/site_test.go
+++ b/hugolib/site_test.go
@@ -549,7 +549,6 @@
}
rbysection, err := s.Pages.GroupBy("Section", "desc")
- fmt.Println(rbysection)
if err != nil {
t.Fatalf("Unable to make PageGroup array: %s", err)
}