mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Removed debug log. CURA-2729
This commit is contained in:
parent
4bf823cc68
commit
b0c8a4df7a
1 changed files with 0 additions and 2 deletions
|
@ -397,8 +397,6 @@ class BuildVolume(SceneNode):
|
||||||
extra_z = self._global_container_stack.getProperty("retraction_hop", "value")
|
extra_z = self._global_container_stack.getProperty("retraction_hop", "value")
|
||||||
if extra_z != self._extra_z_clearance:
|
if extra_z != self._extra_z_clearance:
|
||||||
self._extra_z_clearance = extra_z
|
self._extra_z_clearance = extra_z
|
||||||
from UM.Logger import Logger
|
|
||||||
Logger.log("d", " ### Extra z clearance changed: %s" % extra_z)
|
|
||||||
|
|
||||||
## Update the build volume visualization
|
## Update the build volume visualization
|
||||||
def _onStackChanged(self):
|
def _onStackChanged(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue