chiark / gitweb /
Remove debug print from svg reader. (I know it is not used. But I have plans!
authordaid <daid303@gmail.com>
Mon, 30 Sep 2013 14:30:11 +0000 (16:30 +0200)
committerdaid <daid303@gmail.com>
Mon, 30 Sep 2013 14:30:11 +0000 (16:30 +0200)
Cura/util/svg.py

index 132a1949a765397c84df2be3cca1f29df50bd2b5..b91fcc3c51f4184d1dee4033a118ad194676ff63 100644 (file)
@@ -8,8 +8,6 @@ import numpy
 from xml.etree import ElementTree
 
 def applyTransformString(matrix, transform):
-       if len(re.findall('\)', transform)) > 1:
-               print transform
        while transform != '':
                if transform[0] == ',':
                        transform = transform[1:].strip()