diff --git a/src/Mod/Path/InitGui.py b/src/Mod/Path/InitGui.py index 3b7f906e91..e26c2fe0da 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -168,10 +168,11 @@ class PathWorkbench (Workbench): def Activated(self): # update the translation engine FreeCADGui.updateLocale() - Msg("Path workbench activated\n") + # Msg("Path workbench activated\n") def Deactivated(self): - Msg("Path workbench deactivated\n") + # Msg("Path workbench deactivated\n") + pass def ContextMenu(self, recipient): import PathScripts