From e6f27502723672a26573c0a45c427107e689e411 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 4 Jul 2023 09:11:05 +0300 Subject: [PATCH] chore: code clean-up --- static/js/index.js | 1 - 1 file changed, 1 deletion(-) 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,