remove debug statement

This commit is contained in:
Laura Klünder 2017-10-17 13:06:06 +02:00
parent c7893eb26a
commit 58d56ada35

View file

@ -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