mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 10:39:00 +08:00
Removed stray debug print
This commit is contained in:
parent
40ea87fa05
commit
e093c956f2
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user