mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Remove extraneous logging
FREEBIE
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
this.reject();
|
||||
},
|
||||
onKeyup: function(event) {
|
||||
console.log('ConfirmationDialogView onKeyup', event);
|
||||
if (event.key === 'Escape' || event.key === 'Esc') {
|
||||
this.cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user