projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2784093
)
Remove Println that panics in test
author
bep
<bjorn.erik.pedersen@gmail.com>
Sun, 7 Dec 2014 23:20:18 +0000
(
00:20
+0100)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Mon, 8 Dec 2014 21:06:37 +0000
(22:06 +0100)
hugolib/site_test.go
patch
|
blob
|
history
diff --git
a/hugolib/site_test.go
b/hugolib/site_test.go
index 94f7373432ab9d68c1ebc6f544cf32cb404ebf13..26c49aeeb88b502555828f829575d1375a4d9fee 100644
(file)
--- 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)
}