remove console.log

This commit is contained in:
ido 2016-09-28 18:24:53 +03:00
parent 364a3e300d
commit b657cb70d9
1 changed files with 0 additions and 2 deletions

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