Disabled path wb dis-/activated msgs

This commit is contained in:
Markus Lampert
2020-12-15 20:11:40 -08:00
parent 73cd5d31d9
commit cc8dbef1dc

View File

@@ -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