From ebf4856a3ef04446883aecbe400c78c48c5e9827 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 22 Sep 2025 19:13:12 -0400 Subject: [PATCH] fix: panel --- 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 c4a8738..fd45ea4 100644 --- a/lua/cp/ui/panel.lua +++ b/lua/cp/ui/panel.lua @@ -41,14 +41,6 @@ function M.toggle_run_panel(is_debug) return end - if not state.get_contest_id() then - logger.log( - 'No contest configured. Use :CP to set up first.', - vim.log.levels.ERROR - ) - return - end - local problem_id = get_current_problem() if not problem_id then return