Skip to content

Commit

Permalink
delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
nokhnaton committed Jan 22, 2025
1 parent 69e3626 commit 69620bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/composables/qall/useLiveKitSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function handleDisconnect() {
}

function handleDataReceived(payload: Uint8Array<ArrayBufferLike>) {
console.log(payload)
const data = JSON.parse(decoder.decode(payload))
if (!data.type || !data.message) return
if (data.type === 'stamp') {
Expand Down

0 comments on commit 69620bf

Please sign in to comment.