Browse Source

fix: typo

Carson 11 months ago
parent
commit
aac1f9fcd2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      components/Search/index.vue

+ 0 - 4
components/Search/index.vue

@@ -110,10 +110,6 @@ watchDebounced(
       .search(filterTextValue)
       .slice(0, 16) as (SearchResult & Result)[]
 
-    console.log(results.value)
-
-    // enableNoResults.value = true
-
     const terms = new Set<string>()
 
     results.value = results.value.map((r) => {