remove print

This commit is contained in:
Barrett Ruth 2025-10-03 08:36:10 -04:00
parent b338ee6ca1
commit 3b2752685b

View file

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