Skip to content

Commit

Permalink
remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
2PacIsAlive committed Apr 8, 2019
1 parent 961db64 commit a3c7865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ module.exports = config => {
if (!data || typeof data !== 'object') {
return data;
}
console.log(Object.keys(data));

// If the data is a complex object, walk all subtrees to normalize all branches.
let clean = {};
Object.keys(data).forEach(key => {
Expand Down

0 comments on commit a3c7865

Please sign in to comment.