mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
chore(args): remove unwanted console.log
This commit is contained in:
parent
aa1180df48
commit
e4afedfc9c
1 changed files with 0 additions and 2 deletions
|
|
@ -171,8 +171,6 @@ const appArgv = (
|
|||
process.exit(0);
|
||||
}
|
||||
|
||||
console.log(parsed as any);
|
||||
|
||||
argvC = parsed;
|
||||
return parsed;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue