Skip to content

Commit

Permalink
chore: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Oct 15, 2020
1 parent 2396ec5 commit f46063f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webpack-cli/lib/utils/arg-parser.js
Expand Up @@ -105,7 +105,6 @@ const argParser = (options, args, argsOnly = false, name = '') => {
} else {
prevRef[someKey] = typeof prevRef[someKey] === 'string' ? {} : { ...prevRef[someKey] };
}
console.log({ prevRef, previous, someKey });
prevRef = prevRef[someKey];
});
return previous;
Expand Down

0 comments on commit f46063f

Please sign in to comment.