Assembly: Small language tweaks by @chennes
This commit is contained in:
@@ -56,7 +56,6 @@ class AssemblyWorkbench(Workbench):
|
||||
self.__class__.ToolTip = "Assembly workbench"
|
||||
|
||||
def Initialize(self):
|
||||
print("Initializing Assembly workbench...")
|
||||
global AssemblyCommandGroup
|
||||
|
||||
translate = FreeCAD.Qt.translate
|
||||
@@ -104,8 +103,6 @@ class AssemblyWorkbench(Workbench):
|
||||
cmdList + cmdListMenuOnly + ["Separator"] + cmdListJoints,
|
||||
)
|
||||
|
||||
print("Assembly workbench loaded")
|
||||
|
||||
def Activated(self):
|
||||
# update the translation engine
|
||||
FreeCADGui.updateLocale()
|
||||
|
||||
Reference in New Issue
Block a user