CURA-4425 Remove print out messages

This commit is contained in:
Diego Prado Gesto 2018-02-06 15:43:29 +01:00
parent b4a1b97eda
commit 8541ce25bb

View file

@ -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()