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
-1
View File
@@ -616,7 +616,6 @@ def get_component_data(ifc_file: ifcopenshell.file, element: ifcopenshell.entity
def get_system_data(ifc_file: ifcopenshell.file, element: ifcopenshell.entity_instance) -> dict[str, Any]:
system, component = element
category = get_category(system)
component_name = val(component.Name)
return {
"Name": val(system.Name),