Browse Source

Remove debugging line

CURA-4284
Lipu Fei 7 years ago
parent
commit
f4bfa499d4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/CuraEngineBackend/StartSliceJob.py

+ 0 - 2
plugins/CuraEngineBackend/StartSliceJob.py

@@ -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")