Skip to content

Commit

Permalink
Remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Aug 18, 2024
1 parent c068d67 commit 02e2565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions artic/vcf_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def vcf_merge(args):
v.INFO["Pool"] = pool_name
variants.append(v)

print(variants)

variants.sort(key=attrgetter("CHROM", "POS"))

for v in variants:
Expand Down

0 comments on commit 02e2565

Please sign in to comment.