Skip to content

Commit

Permalink
removed the unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
zwdzwd committed Mar 21, 2016
1 parent b7f8e75 commit 309c2e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transvar/anno.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def main_list(args, db, at, mutation_parser):

for q, line in mutation_parser:

print line
if q.tok is None: # parsing error
r = Record()
r.append_info(q.msg)
Expand Down

0 comments on commit 309c2e0

Please sign in to comment.