From 3b2752685b4078079dadf3136954ca058f9f8134 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 3 Oct 2025 08:36:10 -0400 Subject: [PATCH] remove print --- lua/cp/runner/run_render.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/cp/runner/run_render.lua b/lua/cp/runner/run_render.lua index 88314ad..42de606 100644 --- a/lua/cp/runner/run_render.lua +++ b/lua/cp/runner/run_render.lua @@ -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 .. ' '))