Skip to content

Commit

Permalink
delete debugging printout
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent ee9d0d0 commit aa7f332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def test_codec_infile_outfile_errfile_arguments():
err_file,
]
out, err, exitcode = helpers.cli_call(command)
print("Debugging. err = %s; out = %s" % (err.decode(), out.decode()))

# Read the error back from the errfile
with open(err_file, "r") as file:
Expand Down

0 comments on commit aa7f332

Please sign in to comment.