From a95426d40cf74d87fab793daf1aef375243bfb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 6 Feb 2016 22:19:58 +0100 Subject: [PATCH] Remove Printf in test --- hugolib/pageSort_test.go | 1 - 1 file changed, 1 deletion(-) 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)