remove debug statement
This commit is contained in:
parent
c7893eb26a
commit
58d56ada35
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ class SVGImage:
|
|||
stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=True)
|
||||
png = p.stderr
|
||||
png = png[png.index(b'\x89PNG'):]
|
||||
print(png)
|
||||
else:
|
||||
raise ValueError
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue