From de0edd5b591072bb88bf872a622846582c7067bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pinkava?= Date: Mon, 16 Sep 2024 09:26:18 +0200 Subject: [PATCH] BIM: refactor wellcome window, drop most obvious comment --- src/Mod/BIM/bimcommands/BimWelcome.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/BIM/bimcommands/BimWelcome.py b/src/Mod/BIM/bimcommands/BimWelcome.py index 5c72e1a32f..f06e52e2c4 100644 --- a/src/Mod/BIM/bimcommands/BimWelcome.py +++ b/src/Mod/BIM/bimcommands/BimWelcome.py @@ -43,7 +43,6 @@ class BIM_Welcome: def Activated(self): from PySide import QtCore, QtGui - # load dialog self.form = FreeCADGui.PySideUic.loadUi(":ui/dialogWelcome.ui") # handle the tutorial links