diff --git a/intranet/apps/dashboard/views.py b/intranet/apps/dashboard/views.py index 19233db3d8..afe87da7f7 100644 --- a/intranet/apps/dashboard/views.py +++ b/intranet/apps/dashboard/views.py @@ -332,7 +332,6 @@ class RawPaginationData(TypedDict, Generic[T]): def filter_announcements_by_search(request, items): - print(items) if "search" not in request.GET: return items searchParam = request.GET["search"]