Skip to content

Commit

Permalink
Remove debugging print message
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed May 17, 2024
1 parent e199e9a commit 7128a9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gget/gget_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def search(
if species in datab:
db.append(datab)

print(db)

# Unless an unambigious mouse database is specified,
# the standard core database will be used
if len(db) > 1 and "mus_musculus" in species:
Expand Down

0 comments on commit 7128a9c

Please sign in to comment.