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