Remove Printf in test

This commit is contained in:
Bjørn Erik Pedersen 2016-02-06 22:19:58 +01:00
parent 88a320fb2d
commit a95426d40c

View file

@ -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)