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;
})();