diff --git a/cq_editor/cq_utils.py b/cq_editor/cq_utils.py index b36542f..d9a76f3 100644 --- a/cq_editor/cq_utils.py +++ b/cq_editor/cq_utils.py @@ -35,8 +35,6 @@ def to_compound( ): vals = [] - print(obj) - print(dir(obj)) if isinstance(obj, cq.Workplane): vals.extend(obj.vals())