remove liveview logging

This commit is contained in:
Evan Almloff 2023-10-19 16:41:47 -05:00
parent c9612a085e
commit 007aacc247

View file

@ -28,7 +28,6 @@ class IPC {
};
ws.onmessage = (message) => {
console.log(message.data);
const u8view = new Uint8Array(message.data);
const binaryFrame = u8view[0] == 1;
const messageData = message.data.slice(1)