mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove Printf in test
This commit is contained in:
parent
88a320fb2d
commit
a95426d40c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue