Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Apr 29, 2018
1 parent eb4a135 commit 3d6d4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ const readFiles = async (folder, depth = 0, tree) => {

return Promise.resolve(files);
} catch (err) {
console.log(err);
if (err.code === 'ENOENT') {
console.log('cannot found source folder');
} else {
Expand Down

0 comments on commit 3d6d4c0

Please sign in to comment.