From 5d479b26cebe8c0412d3e79cf65048f1f59cfaff Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 5 Oct 2025 16:07:38 -0400 Subject: [PATCH] fix(panel): remove superfluous log --- lua/cp/ui/panel.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lua/cp/ui/panel.lua b/lua/cp/ui/panel.lua index 36502b7..6cc1526 100644 --- a/lua/cp/ui/panel.lua +++ b/lua/cp/ui/panel.lua @@ -258,14 +258,6 @@ function M.toggle_run_panel(run_opts) return end - logger.log( - ('Run panel: platform=%s, contest=%s, problem=%s'):format( - tostring(platform), - tostring(contest_id), - tostring(problem_id) - ) - ) - local config = config_module.get_config() local run = require('cp.runner.run') local input_file = state.get_input_file()