From 7128a9c07a899c2154d855c3028ce1dd8c642379 Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Thu, 16 May 2024 19:38:38 -0700 Subject: [PATCH] Remove debugging print message --- gget/gget_search.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gget/gget_search.py b/gget/gget_search.py index b7aac168..da8c30c2 100644 --- a/gget/gget_search.py +++ b/gget/gget_search.py @@ -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: