remove debug output

This commit is contained in:
pypy
2020-12-05 16:33:36 +09:00
parent 85d81b081e
commit a694a73436

View File

@@ -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
});