Browse Source

chore: dont log on pong

Jonathan Kelley 2 năm trước cách đây
mục cha
commit
fd875cd9db
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      packages/liveview/src/main.js

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

@@ -32,9 +32,6 @@ class IPC {
         let edits = JSON.parse(event.data);
         window.interpreter.handleEdits(edits);
       }
-      else {
-        console.log("ponged");
-      }
     };
 
     this.ws = ws;