chore(args): remove unwanted console.log

This commit is contained in:
stratumadev 2025-11-30 01:52:40 +01:00
parent aa1180df48
commit e4afedfc9c

View file

@ -171,8 +171,6 @@ const appArgv = (
process.exit(0); process.exit(0);
} }
console.log(parsed as any);
argvC = parsed; argvC = parsed;
return parsed; return parsed;
}; };