mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove forgotten debug output (PY-20476)
This commit is contained in:
@@ -32,7 +32,7 @@ def _get_pydevd_args():
|
||||
def _get_python_c_args(host, port, indC, args):
|
||||
return ("import sys; sys.path.append(r'%s'); import pydevd; "
|
||||
"pydevd.settrace(host='%s', port=%s, suspend=False, trace_only_current_thread=False, patch_multiprocessing=True); "
|
||||
"sys.original_argv = %s; print(sys.argv); %s"
|
||||
"sys.original_argv = %s; %s"
|
||||
) % (
|
||||
pydev_src_dir,
|
||||
host,
|
||||
|
||||
Reference in New Issue
Block a user