Skip to content

Commit

Permalink
removed useless files and prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysquid committed Oct 15, 2023
1 parent f7b1041 commit 9425457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inventory/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def get_queryset(self):
print("in get_queryset")
object_list = Series.objects.all()
query = self.request.GET.get("search")
print(query)
if query:
object_list = object_list.filter(name__icontains=query)
return object_list
Expand Down

0 comments on commit 9425457

Please sign in to comment.