fix(shared): Remove unused variable
This commit is contained in:
parent
a8e51a278b
commit
b9f9226587
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ export class PdfMaker {
|
|||
this.addText(this.strings.design, 32)
|
||||
let savedLineLevel = this.lineLevel - 27
|
||||
let savedWidth = this.pdf.widthOfString(this.strings.design) + 50
|
||||
let nameString = this.strings.design
|
||||
const versionSetString = ' v' + this.strings.version + ' ( ' + this.strings.setName + ' )'
|
||||
this.pdf.fontSize(18)
|
||||
this.pdf.text(versionSetString, savedWidth, savedLineLevel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue