From 5a11ac05457ccaf255b12f5a907b75c8dc6de5fe Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 16 Jan 2021 15:12:19 +0100 Subject: [PATCH] Remove debugging statement --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index b4f2fbf41e..e8040d2814 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -92,7 +92,6 @@ class iterator(_iterator): include_or_exclude = include if exclude is None else exclude include_or_exclude_type = set(x.__class__.__name__ for x in include_or_exclude) - print(include_or_exclude_type) if include_or_exclude_type == {"entity_instance"}: if not all(inst.is_a("IfcProduct") for inst in include_or_exclude):