Skip to content

Commit 54ce951

Browse files
committed
redundant print removed
1 parent d5a9b45 commit 54ce951

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/display/table.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func DumpTable(data client.CollatorPool, client *client.Client, options config.T
108108
}
109109
}
110110
}
111-
println(sortIndex)
112111
t.SortBy([]table.SortBy{{Number: sortIndex, Mode: options.GetSortMode()}})
113112
t.Render()
114113
}

0 commit comments

Comments
 (0)