1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 18:14:00 +02:00

disabled log messages for debugging

This commit is contained in:
Marco Dickert
2017-07-06 14:13:22 +02:00
parent 4873aa944f
commit 9717af4724
2 changed files with 0 additions and 2 deletions

View File

@@ -1480,7 +1480,6 @@ function IFM( params ) {
return;
}
console.log( "pressed "+e.key );
switch( e.key ) {
case 'Delete':
if( self.config.delete ) {

View File

@@ -1022,7 +1022,6 @@ function IFM( params ) {
return;
}
console.log( "pressed "+e.key );
switch( e.key ) {
case 'Delete':
if( self.config.delete ) {