mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +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);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(parsed as any);
|
|
||||||
|
|
||||||
argvC = parsed;
|
argvC = parsed;
|
||||||
return parsed;
|
return parsed;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue