Remove redundant console.log

This commit is contained in:
Nariman Jelveh 2024-08-20 19:37:35 -07:00
parent 0b97bff1a2
commit 921f522732

View File

@ -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)