mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-18 19:21:08 -06:00
tidy: remove a console log
This commit is contained in:
@@ -84,7 +84,6 @@ window.main_term = async () => {
|
||||
});
|
||||
|
||||
const pos_args = puter.args?.command_line?.args;
|
||||
console.log('???', pos_args)
|
||||
|
||||
const phoenix = pos_args
|
||||
? await puter.ui.launchApp(pos_args.shift(), {
|
||||
|
||||
Reference in New Issue
Block a user