shithub: hugo

Download patch

ref: a95426d40cf74d87fab793daf1aef375243bfb89
parent: 88a320fb2d1474f29cc73dfb992967eda004ec6b
author: Bjørn Erik Pedersen <[email protected]>
date: Sat Feb 6 17:19:58 EST 2016

Remove Printf in test

--- a/hugolib/pageSort_test.go
+++ b/hugolib/pageSort_test.go
@@ -71,7 +71,6 @@
 	} {
 		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)