diff --git a/static/js/index.js b/static/js/index.js index 9bda448..734ec02 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -162,7 +162,6 @@ const merchant = async () => { this.wsConnection = new WebSocket(wsUrl) this.wsConnection.onmessage = async e => { const data = JSON.parse(e.data) - console.log('#### onmessage', data) if (data.type === 'dm:0') { this.$q.notify({ timeout: 5000,