remove console.log
This commit is contained in:
parent
54bb73edf2
commit
77c1f4f9b8
|
@ -104,7 +104,6 @@
|
||||||
methods: {
|
methods: {
|
||||||
once: once,
|
once: once,
|
||||||
onClick (item) {
|
onClick (item) {
|
||||||
console.log('click!')
|
|
||||||
this.fire('autosuggestItemSelected')
|
this.fire('autosuggestItemSelected')
|
||||||
let { realm } = this.get()
|
let { realm } = this.get()
|
||||||
let { composeSelectionStart, composeAutosuggestionSearchText } = this.store.get()
|
let { composeSelectionStart, composeAutosuggestionSearchText } = this.store.get()
|
||||||
|
|
Loading…
Reference in New Issue