Skip to content

Commit

Permalink
Remove leftover debugging code (more)
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
jdavcs and mvdbeek authored Nov 18, 2024
1 parent d2583bb commit 85a94a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/controllers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def apply_query_filter(self, query, **kwargs):
if key == "name":
query = query.filter(text_column_filter(self.model_class._name, term))
if key == "description":
pass
query = query.filter(text_column_filter(self.model_class.description, term))
elif key == "is":
if q == "deleted":
Expand Down

0 comments on commit 85a94a8

Please sign in to comment.