From 7aff6e4466da1f271c7a245bcb169b36f33cd8ea Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 13 Aug 2026 18:25:57 +0300 Subject: [PATCH] cleanup --- src/stores/streaming.js | 2 -- 1 file changed, 2 deletions(-) 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 }) => {