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
|
if args.strategy == "dap" then
|
||||||
strategy_config =
|
strategy_config =
|
||||||
base.create_dap_config(python_command, script_path, script_args, config.dap_args)
|
base.create_dap_config(python_command, script_path, script_args, config.dap_args)
|
||||||
P(config, strategy_config)
|
|
||||||
end
|
end
|
||||||
---@type neotest.RunSpec
|
---@type neotest.RunSpec
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user