Carson 1 år sedan
förälder
incheckning
aac1f9fcd2
1 ändrade filer med 0 tillägg och 4 borttagningar
  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) => {