Skip to content

Commit

Permalink
Remove forgotten debug-prints
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Oct 19, 2023
1 parent a5402f8 commit 2a42695
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ocrd/ocrd/processor/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ def run_cli(
if mets_server_url:
args += ['--mets-server-url', mets_server_url]
log = getLogger('ocrd.processor.helpers.run_cli')
print("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
print(args)
print("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
log.debug("Running subprocess '%s'", ' '.join(args))
result = run(args, check=False)
return result.returncode
Expand Down

0 comments on commit 2a42695

Please sign in to comment.