Remove extraneous logging
FREEBIE
This commit is contained in:
parent
9b864c8675
commit
36c28296e9
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
|||
this.reject();
|
||||
},
|
||||
onKeyup: function(event) {
|
||||
console.log('ConfirmationDialogView onKeyup', event);
|
||||
if (event.key === 'Escape' || event.key === 'Esc') {
|
||||
this.cancel();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue