Remove debugging statement

This commit is contained in:
Thomas Krijnen
2021-01-16 15:12:19 +01:00
committed by GitHub
parent b10ba45194
commit 5a11ac0545
@@ -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):