Salome HOME
Cover debug information with _DEBUG definition.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintSplit.cpp
index e0b26898bc8ebb42c65038ce39a6bc2cf40341e6..ccf819ab626e340bb18825946e1a40a6387a9e3d 100755 (executable)
@@ -1304,7 +1304,7 @@ std::set<std::shared_ptr<ModelAPI_Attribute> > SketchPlugin_ConstraintSplit::get
   return anAttributes;
 }
 
-
+#ifdef _DEBUG
 std::string SketchPlugin_ConstraintSplit::getFeatureInfo(
                                                const std::shared_ptr<ModelAPI_Feature>& theFeature,
                                                const bool isUseAttributesInfo)
@@ -1365,4 +1365,4 @@ std::string SketchPlugin_ConstraintSplit::getFeatureInfo(
   }
   return anInfo;
 }
-
+#endif