diff --git a/src/composables/qall/useLiveKitSDK.ts b/src/composables/qall/useLiveKitSDK.ts index f7633b523..0899fd772 100644 --- a/src/composables/qall/useLiveKitSDK.ts +++ b/src/composables/qall/useLiveKitSDK.ts @@ -108,7 +108,6 @@ function handleDisconnect() { } function handleDataReceived(payload: Uint8Array) { - console.log(payload) const data = JSON.parse(decoder.decode(payload)) if (!data.type || !data.message) return if (data.type === 'stamp') {