fix(shared): Don't print URL on export. Closes #5526
This commit is contained in:
parent
967ed3c443
commit
13d11e070d
1 changed files with 4 additions and 1 deletions
|
@ -136,7 +136,10 @@ export class PdfMaker {
|
|||
|
||||
this.lineLevel += 8
|
||||
this.pdf.fillColor('#888888')
|
||||
this.addText(this.strings.url, 10)
|
||||
/*
|
||||
* Don't print URL on pattern. See #5526
|
||||
*/
|
||||
//this.addText(this.strings.url, 10)
|
||||
}
|
||||
|
||||
/** generate the title for a cutting layout page */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue