1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-31 03:17:35 +01:00

cleaned up console.log statements

This commit is contained in:
Giulio Cesare Solaroli
2015-11-23 23:58:15 +01:00
parent 8c59393433
commit 69ea821a9f
7 changed files with 43 additions and 27 deletions

View File

@@ -63,7 +63,6 @@ Clipperz.PM.UI.Components.Cards.TextAreaClass = React.createClass({
handleKeyDown: function (anEvent) {
switch (anEvent.keyCode) {
case 27: // escape
// console.log("ESCAPE");
Mousetrap.trigger('esc');
break;
}