Skip to content

Commit 1cba763

Browse files
committed
fix: remove console log
1 parent 3349ecc commit 1cba763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/composables/useGlobalSearch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export function useGlobalSearch(place: 'header' | 'content' = 'content') {
6464
get: () => searchQuery.value,
6565
set: async (value: string) => {
6666
searchQuery.value = value
67-
console.log('searchQueryValue', value, updateUrlQuery.isPending())
6867

6968
// Leading debounce implementation as it doesn't work properly out of the box (https://github.com/unjs/perfect-debounce/issues/43)
7069
if (!updateUrlQuery.isPending()) {

0 commit comments

Comments
 (0)