From 09fbf45925979e7197875d58151823cd2d6e1e7a Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 18 Mar 2023 19:31:45 +0100 Subject: [PATCH] [FEM] output less messages - the message how to use the feature is not useful since it is triggered by the GUI selection and in the GUI has already the info in form of tooltips how to use --- src/Mod/Fem/femguiutils/selection_widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femguiutils/selection_widgets.py b/src/Mod/Fem/femguiutils/selection_widgets.py index 12986efacc..e9db4068ab 100644 --- a/src/Mod/Fem/femguiutils/selection_widgets.py +++ b/src/Mod/Fem/femguiutils/selection_widgets.py @@ -599,7 +599,7 @@ class FemSelectionObserver: def __init__(self, parseSelectionFunction, print_message=""): self.parseSelectionFunction = parseSelectionFunction FreeCADGui.Selection.addObserver(self) - FreeCAD.Console.PrintMessage(print_message + "!\n") + #FreeCAD.Console.PrintMessage(print_message + "!\n") def addSelection(self, docName, objName, sub, pos): selected_object = FreeCAD.getDocument(docName).getObject(objName) # get the obj objName