mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:36:25 +08:00
Removed debug log. CURA-2729
This commit is contained in:
parent
4bf823cc68
commit
b0c8a4df7a
@ -397,8 +397,6 @@ class BuildVolume(SceneNode):
|
||||
extra_z = self._global_container_stack.getProperty("retraction_hop", "value")
|
||||
if extra_z != self._extra_z_clearance:
|
||||
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
|
||||
def _onStackChanged(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user