fix: remove global print function call (#79)
This commit removes a call to an unknown print function call
This commit is contained in:
@@ -97,7 +97,6 @@ return function(config)
|
||||
if args.strategy == "dap" then
|
||||
strategy_config =
|
||||
base.create_dap_config(python_command, script_path, script_args, config.dap_args)
|
||||
P(config, strategy_config)
|
||||
end
|
||||
---@type neotest.RunSpec
|
||||
return {
|
||||
|
Reference in New Issue
Block a user