Skip to content

Commit

Permalink
fix: unnecessarily logging list of files
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlyall committed Jul 17, 2023
1 parent 3b40552 commit 362bde1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const plugin = withOptions(
const { files } = config("content");

paths.forEach((file) => files.push(path.join(shardPath, file)));

console.log(files);
};
},
function () {
Expand Down

0 comments on commit 362bde1

Please sign in to comment.