1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-10-16 17:03:25 +03:00
parent fdd02fd46d
commit f436ff8eb1

View File

@ -32,7 +32,6 @@ export class Tracker extends Singleton {
this.started = true
const handler = (ev: AppEvent) => {
console.log(ev)
this.event(ev.name, ev.action, ev.params)
}
this.eventHandlers.push(handler)