fix(shared): Remove debug code accidentally left in
This commit is contained in:
parent
bc58919bb1
commit
8353e2e561
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ export class PdfMaker {
|
|||
this.pdf.fontSize(fontSize)
|
||||
this.pdf.text(text, 50, this.lineLevel)
|
||||
|
||||
const lines = text.split(/\r\n|\r|\n/).length
|
||||
this.lineLevel += this.pdf.heightOfString(text) + marginBottom
|
||||
|
||||
return this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue