remove debug msg in gcode_import
This commit is contained in:
parent
6e2131fb71
commit
9eba05ac9a
@ -296,7 +296,6 @@ class ImportGCode:
|
||||
R = None
|
||||
results = commands.findall(comments.sub('',line))
|
||||
if not line.startswith(";"):
|
||||
inkex.utils.debug(results)
|
||||
|
||||
for (code,val) in results:
|
||||
v = float(val)
|
||||
|
Loading…
Reference in New Issue
Block a user