diff --git a/cura/Snapshot.py b/cura/Snapshot.py index fbbee29d1b..394241cfa8 100644 --- a/cura/Snapshot.py +++ b/cura/Snapshot.py @@ -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()