🔇 Removed unnecessary print-statement
This commit is contained in:
@@ -76,7 +76,6 @@ async def search(data: SearchData):
|
|||||||
"attributesToHighlight": data.attributesToHighlight,
|
"attributesToHighlight": data.attributesToHighlight,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
print(query)
|
|
||||||
return SearchResponse(**query)
|
return SearchResponse(**query)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user