remove console.log

This commit is contained in:
Nolan Lawson 2018-04-19 23:00:40 -07:00
parent 54bb73edf2
commit 77c1f4f9b8
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@
methods: {
once: once,
onClick (item) {
console.log('click!')
this.fire('autosuggestItemSelected')
let { realm } = this.get()
let { composeSelectionStart, composeAutosuggestionSearchText } = this.store.get()