Remove local copy for test

This commit is contained in:
Mauricio Baeza 2020-11-01 19:20:11 -06:00
parent c5efb5e1e8
commit 8777c97519
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ class ZAZLaTex2SVG(unohelper.Base, XJobExecutor):
app.run(cmd)
cmd = f'pdfcrop "{path_pdf}" "{path_pdf}"'
app.run(cmd)
app.paths.copy(path_pdf, '/home/mau/')
cmd = f'pdf2svg "{path_pdf}" "{path_svg}"'
app.run(cmd)