]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
Salome HOME
* added missing tests and documentation
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Validators.cpp
index c92dd6f896af12f5b94d42c93ece8ff02c01f1ff..71030a080b8f0e46b81a467ce35938b9c8f943f2 100644 (file)
@@ -2098,24 +2098,11 @@ bool FeaturesPlugin_ValidatorDefeaturingSelection::isValid(
   return true;
 }
 
-
-//---------------------------------------------------------
-// #define USE_DEBUG
-// #define DEBUG
-// static const char *dbg_class = "FeaturesPlugin_ValidatorSewingSelection";
-// #include "MBDebug.h"
-// #include "MBModel.h"
-// #include "MBGeom.h"
-//---------------------------------------------------------
-
 //==================================================================================================
 bool FeaturesPlugin_ValidatorSewingSelection::isValid(const AttributePtr& theAttribute,
                                                       const std::list<std::string>& theArguments,
                                                       Events_InfoMessage& theError) const
 {
-  // DBG_FUN();
-  // ARG(theAttribute);
-
   AttributeSelectionListPtr anAttrSelectionList =
       std::dynamic_pointer_cast<ModelAPI_AttributeSelectionList>(theAttribute);
   if (!anAttrSelectionList.get()) {
@@ -2160,6 +2147,5 @@ bool FeaturesPlugin_ValidatorSewingSelection::isValid(const AttributePtr& theAtt
 
   }
 
-  // MSGEL("...selection is VALID.");
   return true;
 }