Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Feb 22, 2018
1 parent f958792 commit a4a761e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mhcnames/allele_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def parse_allele_name(name, species_prefix=None):
raise AlleleParseError("Can't parse allele name: %s" % original)
species = "HLA"

print(species, name)

if name[0].upper() == "D":
if len(name) == 7:
# sometimes we get very compact names like DRB0101
Expand Down

0 comments on commit a4a761e

Please sign in to comment.