Small cleanup

This commit is contained in:
Magnus Åhall 2026-06-22 09:07:04 +02:00
parent 74851b9c4d
commit c8308664d3
2 changed files with 5 additions and 4 deletions

View file

@ -66,7 +66,6 @@ export class App {
_mbus.subscribe('DEVICE_PREFERENCE_SET_UPDATED', ()=>{
this.preferences = this.getPreferences()
console.log(this.preferences.data)
})
window.addEventListener('keydown', event => this.keyHandler(event))