Remove extraneous logging

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-15 16:10:10 -07:00
parent 9b864c8675
commit 36c28296e9
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
this.reject();
},
onKeyup: function(event) {
console.log('ConfirmationDialogView onKeyup', event);
if (event.key === 'Escape' || event.key === 'Esc') {
this.cancel();
}