Skip to content

Commit

Permalink
chore: remove stray debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 1, 2022
1 parent 0183e74 commit 5908fa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function configureDrafts(options = defaultOptions) {
options = { ...defaultOptions, ...options }
}

console.log(options)
return function drafts(files, metalsmith, done) {
setImmediate(done)
if (options.include) return
Expand Down

0 comments on commit 5908fa2

Please sign in to comment.