mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
CURA-4425 Remove print out messages
This commit is contained in:
parent
b4a1b97eda
commit
8541ce25bb
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ class Snapshot:
|
|||
# determine zoom and look at
|
||||
bbox = None
|
||||
for node in DepthFirstIterator(root):
|
||||
if type(node) == ConvexHullNode:
|
||||
print(node)
|
||||
if node.callDecoration("isSliceable") and node.getMeshData() and node.isVisible():
|
||||
if bbox is None:
|
||||
bbox = node.getBoundingBox()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue