Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 16, 2023
1 parent cc5434f commit 539952e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_sys_checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ def _execute_checkout_in_dir(dirname, args, debug_env=''):
args=' '.join(cmdline)))
printlog(manual_cmd)
options = checkout.commandline_arguments(cmdline)
print(f"options are {options}")
overall_status, tree_status = checkout.main(options)
os.chdir(cwd)
return overall_status, tree_status
Expand Down

0 comments on commit 539952e

Please sign in to comment.