diff --git a/src/stores/streaming.js b/src/stores/streaming.js index 57ba9de38..4c73d7218 100644 --- a/src/stores/streaming.js +++ b/src/stores/streaming.js @@ -184,8 +184,6 @@ export const useStreamingStore = defineStore('streaming', { totalSubs.forEach(({ stream, et }) => { et.dispatchEvent(event) }) - - console.log('WS', message) }, onError({ data: error }) { this.subscribers.forEach(({ stream, et }) => {