diff --git a/classquiz/routers/search.py b/classquiz/routers/search.py index 6eebda5..732cc3b 100644 --- a/classquiz/routers/search.py +++ b/classquiz/routers/search.py @@ -76,7 +76,6 @@ async def search(data: SearchData): "attributesToHighlight": data.attributesToHighlight, }, ) - print(query) return SearchResponse(**query)