diff --git a/hugolib/pageSort_test.go b/hugolib/pageSort_test.go index ae00ab60b..0d1552f1c 100644 --- a/hugolib/pageSort_test.go +++ b/hugolib/pageSort_test.go @@ -71,7 +71,6 @@ func TestSortByN(t *testing.T) { } { setSortVals([3]time.Time{d1, d2, d3}, [3]string{"b", "ab", "cde"}, [3]int{3, 2, 1}, p) - fmt.Printf("Pages %v", p) sorted := this.sortFunc(p) if !this.assertFunc(sorted) { t.Errorf("[%d] sort error", i)