remove unused code

This commit is contained in:
Andrej730
2025-01-13 11:46:46 +05:00
parent 74c6480808
commit 0ac9d739f8
2 changed files with 0 additions and 2 deletions
@@ -97,7 +97,6 @@ def create_owner_history(file: ifcopenshell.file) -> Union[ifcopenshell.entity_i
# element.OwnerHistory = ifcopenshell.api.owner.create_owner_history(model)
space = ifcopenshell.api.root.create_entity(model, ifc_class="IfcSpace")
"""
settings = {}
user = ifcopenshell.api.owner.settings.get_user(file)
if file.schema != "IFC2X3" and not user: