Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Aug 5, 2022
1 parent 29ed219 commit 0a4cce8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const configFromCliArgs = {
}
let gigsConfig = await getConfig(configFromCliArgs)

console.log(gigsConfig)

const document = await generateDocument({
sourceDirectory: gigsConfig.input.sourceDirectory,
preContent: gigsConfig.preContent,
Expand Down

0 comments on commit 0a4cce8

Please sign in to comment.