1
0
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:
ido 2016-09-28 18:24:53 +03:00
parent 364a3e300d
commit b657cb70d9

View File

@ -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);