mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
tidy: remove a console log
This commit is contained in:
parent
5317adf8a4
commit
5ed8823a16
@ -84,7 +84,6 @@ window.main_term = async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const pos_args = puter.args?.command_line?.args;
|
const pos_args = puter.args?.command_line?.args;
|
||||||
console.log('???', pos_args)
|
|
||||||
|
|
||||||
const phoenix = pos_args
|
const phoenix = pos_args
|
||||||
? await puter.ui.launchApp(pos_args.shift(), {
|
? await puter.ui.launchApp(pos_args.shift(), {
|
||||||
|
Loading…
Reference in New Issue
Block a user