remove console.log
This commit is contained in:
parent
6affa13b35
commit
4cb7ee6153
|
@ -53,7 +53,6 @@
|
||||||
oncreate () {
|
oncreate () {
|
||||||
this._queue = Promise.resolve()
|
this._queue = Promise.resolve()
|
||||||
this.observe('messages', (messages) => {
|
this.observe('messages', (messages) => {
|
||||||
console.log('messages', messages)
|
|
||||||
if (messages.length) {
|
if (messages.length) {
|
||||||
this.onNewToast(messages[0])
|
this.onNewToast(messages[0])
|
||||||
this.splice('messages', 0, 1)
|
this.splice('messages', 0, 1)
|
||||||
|
|
Loading…
Reference in a new issue