stray console.log

This commit is contained in:
Jörn-Michael Miehe 2023-09-14 14:36:05 +00:00
parent 597f01b545
commit da09db3bda

View file

@ -126,8 +126,6 @@ export default class extends Vue {
} }
public on_open(ready: () => void, fail: () => void): void { public on_open(ready: () => void, fail: () => void): void {
console.log(ready, fail);
this.load_doors().then(ready).catch(fail); this.load_doors().then(ready).catch(fail);
} }