Browse Source

remove liveview logging

Evan Almloff 1 năm trước cách đây
mục cha
commit
007aacc247
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/liveview/src/main.js

+ 0 - 1
packages/liveview/src/main.js

@@ -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)