mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Remove redundant console.log
This commit is contained in:
parent
0b97bff1a2
commit
921f522732
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user