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) {
|
function execute(args) {
|
||||||
try {
|
try {
|
||||||
const currentOptions = options.parse(args);
|
const currentOptions = options.parse(args);
|
||||||
console.log(JSON.stringify(currentOptions));
|
|
||||||
|
|
||||||
return executeOptions(currentOptions);
|
return executeOptions(currentOptions);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error.message);
|
console.error(error.message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user