diff --git a/cura/ZOffsetDecorator.py b/cura/ZOffsetDecorator.py index 54bf64b9a5..5c3c9e219b 100644 --- a/cura/ZOffsetDecorator.py +++ b/cura/ZOffsetDecorator.py @@ -6,7 +6,6 @@ class ZOffsetDecorator(SceneNodeDecorator): self._z_offset = 0 def setZOffset(self, offset): - print("setZOffset", offset) self._z_offset = offset def getZOffset(self):