Skip to content

Commit a9e5d0e

Browse files
authored
bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)
I noticed this had slipped into the original commit when resolving a merge conflict for the backport to 3.7.
1 parent 51c9ab4 commit a9e5d0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ def _check_script(self, script_exec_args, expected_file,
125125
script_exec_args = [script_exec_args]
126126
run_args = [*support.optim_args_from_interpreter_flags(),
127127
*cmd_line_switches, *script_exec_args, *example_args]
128-
if env_vars:
129-
print(env_vars)
130128
rc, out, err = assert_python_ok(
131129
*run_args, __isolated=False, __cwd=cwd, **env_vars
132130
)

0 commit comments

Comments
 (0)