Skip to content

Commit

Permalink
Removes console.log (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Aug 10, 2019
1 parent f7d95e5 commit 8fab088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/steps/convert-docx-to-pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ module.exports = async data => {

const result = await next()
logger('info', ['steps', 'convert-docx-to-pdf', 'finished', 'jobs done', counter])
console.log(result)
return result
}

0 comments on commit 8fab088

Please sign in to comment.