Remove debugging line

CURA-4284
This commit is contained in:
Lipu Fei 2017-09-11 11:22:52 +02:00
parent a9cc10dd7b
commit f4bfa499d4

View file

@ -334,8 +334,6 @@ class StartSliceJob(Job):
self._addRelations(changed_setting_keys, instance.definition.relations)
Job.yieldThread()
Logger.log("d", "changed_setting_keys=%s", changed_setting_keys)
# Ensure that the engine is aware what the build extruder is.
if stack.getProperty("machine_extruder_count", "value") > 1:
changed_setting_keys.add("extruder_nr")