Skip to content

Commit

Permalink
got tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Nov 16, 2020
1 parent 51b972b commit 95b2440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mhcgnomes/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ def parse_allele_or_gene_candidates(
if contains_whitespace(str_after_species):
return []
candidate_results = []
print(str_after_species)
if str_after_species in species.allele_aliases:
original = species.allele_aliases.original_key(str_after_species)
if "*" not in original:
Expand Down

0 comments on commit 95b2440

Please sign in to comment.