Explorar o código

Remove redundant `console.log`

Nariman Jelveh hai 9 meses
pai
achega
921f522732
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/gui/src/helpers/launch_app.js

+ 0 - 1
src/gui/src/helpers/launch_app.js

@@ -40,7 +40,6 @@ const launch_app = async (options)=>{
     
     // explorer is a special case
     if(options.name === 'explorer'){
-        console.log('explorer');
         app_info = [];
     }
     else if(options.app_obj)