CURA-4425 Remove debug printout

This commit is contained in:
Diego Prado Gesto 2018-02-01 15:45:17 +01:00
parent 056ae4fe68
commit 2770ff5848

View File

@ -40,7 +40,6 @@ class CuraSceneNode(SceneNode):
# It's only set if you explicitly choose an extruder
extruder_id = self.callDecoration("getActiveExtruder")
print(extruder_id)
for extruder in extruders:
# Find out the extruder if we know the id.