Skip to content

Commit

Permalink
remove debugging print() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Leighton Pritchard committed Nov 2, 2019
1 parent bc7c72e commit 7b051ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyani/scripts/subcommands/subcmd_anim.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ def subcmd_anim(args, logger):
# Create list of NUCmer jobs for each comparison still to be performed
logger.info("Creating NUCmer jobs for ANIm")
joblist = generate_joblist(comparisons_to_run, existingfiles, args, logger)
for job in joblist:
print(f"\njob: {job}")
logger.info(f"Generated {len(joblist)} jobs, {len(comparisons_to_run)} comparisons")

# Pass jobs to appropriate scheduler
Expand Down

0 comments on commit 7b051ec

Please sign in to comment.