Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakoivisto committed Jun 22, 2024
1 parent 4b6e3dc commit 6bcc7fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ class App extends EventEmitter {
this.spa = new Spa(spaClient, config);
this.registerSpaEventListeners();
this.spa.init();
this.spa.on('initialized', () => {

});
}

startPollers() {
Expand Down

0 comments on commit 6bcc7fa

Please sign in to comment.