Skip to content

Commit

Permalink
bpo-33053: Remove test_cmd_line_script debugging print (pythonGH-6237)
Browse files Browse the repository at this point in the history
I noticed this had slipped into the original commit when
resolving a merge conflict for the backport to 3.7.
  • Loading branch information
ncoghlan committed Mar 25, 2018
1 parent 51c9ab4 commit a9e5d0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lib/test/test_cmd_line_script.py
Original file line number Diff line number Diff line change
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

0 comments on commit a9e5d0e

Please sign in to comment.