aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/views/UnifiedSearch.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/views/UnifiedSearch.vue')
-rw-r--r--core/src/views/UnifiedSearch.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue
index 099ed7c325f..4535e1fde5a 100644
--- a/core/src/views/UnifiedSearch.vue
+++ b/core/src/views/UnifiedSearch.vue
@@ -451,7 +451,6 @@ export default {
const entry = event.target
const results = this.getResultsList()
const index = [...results].findIndex(search => search === entry)
- console.info(entry, index)
if (index > -1) {
// let's not use focusIndex as the entry is already focused
this.focused = index