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:
1
ifm.php
1
ifm.php
@@ -1480,7 +1480,6 @@ function IFM( params ) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log( "pressed "+e.key );
|
||||
switch( e.key ) {
|
||||
case 'Delete':
|
||||
if( self.config.delete ) {
|
||||
|
@@ -1022,7 +1022,6 @@ function IFM( params ) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log( "pressed "+e.key );
|
||||
switch( e.key ) {
|
||||
case 'Delete':
|
||||
if( self.config.delete ) {
|
||||
|
Reference in New Issue
Block a user