From e093c956f2ae61c0c12df17a9b8e3dca008bfe0f Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 17 Feb 2016 17:02:41 +0100 Subject: [PATCH] Removed stray debug print --- cura/ZOffsetDecorator.py | 1 - 1 file changed, 1 deletion(-) 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):