diff --git a/src/ifcopenshell-python/ifcopenshell/entity_instance.py b/src/ifcopenshell-python/ifcopenshell/entity_instance.py index 69474b734a..a788c595f1 100644 --- a/src/ifcopenshell-python/ifcopenshell/entity_instance.py +++ b/src/ifcopenshell-python/ifcopenshell/entity_instance.py @@ -640,6 +640,4 @@ class entity_instance: assert recursive assert return_type is dict assert len(ignore) == 0 - # TODO: remove after bonsai build update. - return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data) return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data, include_identifier)