From 6bcc7fac541871ebab6ec3bb0b97990d5875b67c Mon Sep 17 00:00:00 2001 From: Mika Koivisto Date: Sat, 22 Jun 2024 23:57:00 +0300 Subject: [PATCH] Cleanup --- app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.js b/app.js index 794b343..5601c54 100644 --- a/app.js +++ b/app.js @@ -41,9 +41,6 @@ class App extends EventEmitter { this.spa = new Spa(spaClient, config); this.registerSpaEventListeners(); this.spa.init(); - this.spa.on('initialized', () => { - - }); } startPollers() {