From a694a734364574d4f3dcd8bbccab5d201818433e Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 5 Dec 2020 16:33:36 +0900 Subject: [PATCH] remove debug output --- html/src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 31ebfbed..422234db 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3158,7 +3158,6 @@ import gameLogService from './service/gamelog.js' try { var json = JSON.parse(data); json.content = JSON.parse(json.content); - console.log('WebSocket', json); this.$emit('PIPELINE', { json });