mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
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 {
|
||||
console.log(ready, fail);
|
||||
|
||||
this.load_doors().then(ready).catch(fail);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue