chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60e1140
)
Remove debug print from svg reader. (I know it is not used. But I have plans!
author
daid
<daid303@gmail.com>
Mon, 30 Sep 2013 14:30:11 +0000
(16:30 +0200)
committer
daid
<daid303@gmail.com>
Mon, 30 Sep 2013 14:30:11 +0000
(16:30 +0200)
Cura/util/svg.py
patch
|
blob
|
history
diff --git
a/Cura/util/svg.py
b/Cura/util/svg.py
index 132a1949a765397c84df2be3cca1f29df50bd2b5..b91fcc3c51f4184d1dee4033a118ad194676ff63 100644
(file)
--- a/
Cura/util/svg.py
+++ b/
Cura/util/svg.py
@@
-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()