From 18a25ffb0ef38f4ca73e87777c541c7eb57363a2 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 12 Jan 2026 16:29:59 +0500 Subject: [PATCH] Remove redundant label in project info UI --- src/bonsai/bonsai/bim/ui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bonsai/bonsai/bim/ui.py b/src/bonsai/bonsai/bim/ui.py index 82d387e53d..514aa168ce 100644 --- a/src/bonsai/bonsai/bim/ui.py +++ b/src/bonsai/bonsai/bim/ui.py @@ -1185,8 +1185,7 @@ class BIM_PT_tab_project_info(Panel): return tool.Blender.is_tab(context, "BOOKMARK") def draw(self, context): - layout = self.layout - layout.label(text="This is the Project Info panel.") + pass class BIM_PT_tab_spatial(Panel):