Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Nov 18, 2024
1 parent 1881f1f commit 8007096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/draft/src/pdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ function createTransformer(opts: TransformerOptions) {

// Embed images into the PDF
await async.forEach(images, async (image) => {
console.log(image.type);
const embed = await this.embed(pdf, image);

let imageHeight = 0;
Expand Down

0 comments on commit 8007096

Please sign in to comment.