From 9717af4724ca927494a31b9f5fa0ff43ebfa5135 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 6 Jul 2017 14:13:22 +0200 Subject: [PATCH] disabled log messages for debugging --- ifm.php | 1 - src/ifm.js | 1 - 2 files changed, 2 deletions(-) diff --git a/ifm.php b/ifm.php index 942b5a9..173b0b0 100644 --- a/ifm.php +++ b/ifm.php @@ -1480,7 +1480,6 @@ function IFM( params ) { return; } - console.log( "pressed "+e.key ); switch( e.key ) { case 'Delete': if( self.config.delete ) { diff --git a/src/ifm.js b/src/ifm.js index 4e7ae24..1b74e79 100644 --- a/src/ifm.js +++ b/src/ifm.js @@ -1022,7 +1022,6 @@ function IFM( params ) { return; } - console.log( "pressed "+e.key ); switch( e.key ) { case 'Delete': if( self.config.delete ) {