mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
remove debug output
This commit is contained in:
@@ -3158,7 +3158,6 @@ import gameLogService from './service/gamelog.js'
|
|||||||
try {
|
try {
|
||||||
var json = JSON.parse(data);
|
var json = JSON.parse(data);
|
||||||
json.content = JSON.parse(json.content);
|
json.content = JSON.parse(json.content);
|
||||||
console.log('WebSocket', json);
|
|
||||||
this.$emit('PIPELINE', {
|
this.$emit('PIPELINE', {
|
||||||
json
|
json
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user