🔇 Removed unnecessary print-statement

This commit is contained in:
Mawoka
2022-08-17 20:49:44 +02:00
parent f7c4adede8
commit cf951c3d20
-1
View File
@@ -76,7 +76,6 @@ async def search(data: SearchData):
"attributesToHighlight": data.attributesToHighlight,
},
)
print(query)
return SearchResponse(**query)