mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
remove console.log
This commit is contained in:
parent
364a3e300d
commit
b657cb70d9
@ -82,8 +82,6 @@ function handleSingleFile(currentOptions, filename) {
|
||||
function execute(args) {
|
||||
try {
|
||||
const currentOptions = options.parse(args);
|
||||
console.log(JSON.stringify(currentOptions));
|
||||
|
||||
return executeOptions(currentOptions);
|
||||
} catch (error) {
|
||||
console.error(error.message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user