From ee6a60705c4d4fbcf04933010f1cf1513aa0dabd Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 9 Jan 2023 12:18:23 -0600 Subject: [PATCH] remove debugging print --- cq_editor/cq_utils.py | 2 -- 1 file changed, 2 deletions(-) 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())