Skip to content

Commit

Permalink
removed console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerglinka committed Feb 16, 2022
1 parent e25b633 commit 7edb15d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ function initMetadata(options) {
// get metalsmith source directory
const metalsmithSource = relative(metalsmith.directory(), metalsmith.source());

console.log(metalsmith.directory());

// group option values into local/external files/directories
const [localFiles, localDirs, externalFiles, externalDirs] = groupMetadataSources(allOptions, metalsmithSource);

Expand Down

0 comments on commit 7edb15d

Please sign in to comment.