1
0
Fork 0

fix(shared): Remove debug code accidentally left in

This commit is contained in:
Benjamin Fan 2024-02-13 08:47:45 -08:00
parent bc58919bb1
commit 8353e2e561

View file

@ -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