Merge pull request #137 from barrett-ruth/fix/print

Remove Extra Print
This commit is contained in:
Barrett Ruth 2025-10-03 14:36:45 +02:00 committed by GitHub
commit 312a74d785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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