remove print
This commit is contained in:
parent
b338ee6ca1
commit
3b2752685b
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ local function compute_cols(test_state)
|
|||
memory_str = string.format('%.0f', test_state.constraints.memory_mb)
|
||||
end
|
||||
|
||||
vim.print(test_state)
|
||||
for i, tc in ipairs(test_state.test_cases) do
|
||||
local prefix = (i == test_state.current_index) and '>' or ' '
|
||||
w.num = math.max(w.num, #(' ' .. prefix .. i .. ' '))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue