mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
remove liveview logging
This commit is contained in:
parent
c9612a085e
commit
007aacc247
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue