Skip to content

Commit 5c9e675

Browse files
committed
refactor(UnifiedSearch): Use NC logger
Signed-off-by: fenn-cs <[email protected]>
1 parent 9dff8b5 commit 5c9e675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/views/UnifiedSearch.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</template>
2525

2626
<script lang="ts">
27-
import { emit, subscribe } from '@nextcloud/event-bus'
27+
import { emit } from '@nextcloud/event-bus'
2828
import { translate } from '@nextcloud/l10n'
2929
import { useBrowserLocation } from '@vueuse/core'
3030
import { defineComponent } from 'vue'
@@ -96,7 +96,7 @@ export default defineComponent({
9696
},
9797
9898
mounted() {
99-
console.debug('Unified search initialized!')
99+
logger.info('Unified search initialized!')
100100
window.addEventListener('keydown', this.handleKeyDown)
101101
},
102102
beforeDestroy() {

0 commit comments

Comments
 (0)