stray console.log
This commit is contained in:
parent
597f01b545
commit
da09db3bda
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue