mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Removed stray debug print
This commit is contained in:
parent
40ea87fa05
commit
e093c956f2
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ class ZOffsetDecorator(SceneNodeDecorator):
|
||||||
self._z_offset = 0
|
self._z_offset = 0
|
||||||
|
|
||||||
def setZOffset(self, offset):
|
def setZOffset(self, offset):
|
||||||
print("setZOffset", offset)
|
|
||||||
self._z_offset = offset
|
self._z_offset = offset
|
||||||
|
|
||||||
def getZOffset(self):
|
def getZOffset(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue