summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/views/Contacts.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index 9efb4e5a..5ed9a225 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -238,10 +238,6 @@ export default {
},
mounted() {
- // Register search
- // eslint-disable-next-line @nextcloud/no-removed-apis
- this.search = new OCA.Search(this.search, this.resetSearch)
-
if (this.isCirclesEnabled) {
this.logger.info('Circles frontend enabled')
} else {