From 69464fa8ca5c37e0e3f97067afff808aaacfbc7e Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 21 Dec 2021 22:40:45 +1300 Subject: [PATCH] IPC photon logging 1 --- html/src/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index dd537061..b66da6bb 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -18182,10 +18182,6 @@ speechSynthesis.getVoices(); } }; - $app.methods.eventPing = function (data) { - console.log('IPC Ping', data.version); - }; - $app = new Vue($app); window.$app = $app; })();