Salome HOME
Remove selection debug information as this information is available through VInspecto...
[modules/shaper.git] / src / ModuleBase / ModuleBase_FilterValidated.cpp
index 21fe81e3a746e803c41ab3a546310c81d02b0332..2a9debb0bdd38f9a1acddef00d820775fcf51bce 100644 (file)
@@ -29,8 +29,6 @@ Standard_Boolean ModuleBase_FilterValidated::
     ModuleBase_IViewer* aViewer = myWorkshop->viewer();
     Handle(AIS_InteractiveContext) aContext = aViewer->AISContext();
 
-    ModuleBase_Tools::selectionInfo(aContext, "ModuleBase_FilterValidated::IsOk");
-
     ModuleBase_IPropertyPanel* aPanel = anOperation->propertyPanel();
     ModuleBase_ModelWidget* aCurrentWidget = aPanel->preselectionWidget();
     if (!aCurrentWidget)