Remove debug
This commit is contained in:
parent
18926dd58a
commit
267a545ea5
|
@ -53,7 +53,6 @@
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
keyupListener(e) {
|
keyupListener(e) {
|
||||||
console.log('key up!');
|
|
||||||
if (e.which === 27) {
|
if (e.which === 27) {
|
||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue