Skip to content

Commit 9282b1a

Browse files
committed
Remove logs
1 parent 3245a4f commit 9282b1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/src/Workers/controller.ts

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export const removeDoc = async (indexKey: Indexes, id: string) => {
174174
export const searchIndex = async (key: Indexes, query: ISearchQuery) => {
175175
try {
176176
if (!searchWorker) throw new Error('Search Worker Not Initialized')
177-
console.log('QUERY', { key, query })
178177
const results = await withTimeout(searchWorker.searchIndex(key, query), 1000, 'Could not search')
179178
return results
180179
} catch (error) {

0 commit comments

Comments
 (0)