Remove lines for debug

This commit is contained in:
Mauricio Baeza 2020-11-04 21:40:12 -06:00
parent f33ac2a44a
commit b897e31cb2
2 changed files with 1 additions and 13 deletions

View File

@ -39,20 +39,10 @@ sudo pacman -S pdf2svg
```
* For Ubuntu 20.04
* For Ubuntu 20.04+
```
sudo apt install texlive-latex-base
sudo apt install texlive-extra-utils
sudo apt install pdf2svg
```
* For OSx
```
brew install mactex
brew install tex-live-utility
sudo tlmgr install --reinstall pdfcrop
brew install pdf2svg
```

View File

@ -71,7 +71,6 @@ class Controllers(object):
self.d.image.url = self._path
return
@app.catch_exception
def cmd_insert_action(self, event):
if not self._path:
msg = _('First, generate preview')
@ -155,7 +154,6 @@ class ZAZLaTex2SVG(unohelper.Base, XJobExecutor):
app.msgbox(msg)
return
@app.catch_exception
def _from_selection(self):
doc = app.active
sel = doc.selection