fix(panel): remove superfluous log
This commit is contained in:
parent
a0b5264761
commit
5d479b26ce
1 changed files with 0 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue