Remove debug

This commit is contained in:
Jiiks 2018-02-04 14:19:55 +02:00
parent 18926dd58a
commit 267a545ea5
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@
},
methods: {
keyupListener(e) {
console.log('key up!');
if (e.which === 27) {
this.close();
}