bpo-33053: Remove test_cmd_line_script debugging print by ncoghlan · Pull Request #6237 · python/cpython

Expand Up @@ -125,8 +125,6 @@ def _check_script(self, script_exec_args, expected_file, script_exec_args = [script_exec_args] run_args = [*support.optim_args_from_interpreter_flags(), *cmd_line_switches, *script_exec_args, *example_args] if env_vars: print(env_vars) rc, out, err = assert_python_ok( *run_args, __isolated=False, __cwd=cwd, **env_vars ) Expand Down