Skip to content

Commit

Permalink
Remove unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Oct 1, 2024
1 parent 353ca0d commit 645151e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_validaton_results_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_vcf_check_errors_is_critical(self):
'alleles. SVLEN=31, expected value=33.', False),
]
for error, is_critical in errors:
print(error, vcf_check_errors_is_critical(error))
assert vcf_check_errors_is_critical(error) == is_critical, error

def test_parse_assembly_check_log(self):
Expand Down

0 comments on commit 645151e

Please sign in to comment.