Skip to content

Commit 63a8d64

Browse files
bidoubiwaalallema
andauthored
Update src/client/instant-meilisearch-client.ts
Co-authored-by: Amélie <[email protected]>
1 parent 6857ba5 commit 63a8d64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/instant-meilisearch-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ function createSearchContext(
108108
// Split index name and possible sorting rules
109109
const [indexUid, ...sortByArray] = searchRequest.indexName.split(':')
110110
const { params: instantSearchParams } = searchRequest
111-
console.log({ indexUid, sortByArray })
112111

113112
const searchContext: SearchContext = {
114113
...options,

0 commit comments

Comments
 (0)