From a513e1b56a3e7d261b9399299160be92f36e9a6d Mon Sep 17 00:00:00 2001 From: CyrilWaechter Date: Sat, 10 Dec 2022 19:45:17 +0100 Subject: [PATCH] Remove duplicate line --- src/blenderbim/blenderbim/bim/module/boundary/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blenderbim/blenderbim/bim/module/boundary/ui.py b/src/blenderbim/blenderbim/bim/module/boundary/ui.py index 9b8f48f939..c012aff9a0 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/ui.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/ui.py @@ -67,7 +67,6 @@ class BIM_PT_Boundary(Panel): def draw(self, context): props = context.active_object.BIMObjectProperties ifc_file = tool.Ifc.get() - element = ifc_file.by_id(props.ifc_definition_id) boundary = ifc_file.by_id(props.ifc_definition_id) self.bprops = context.active_object.bim_boundary_properties if self.bprops.is_editing: