]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintSplit.h
Salome HOME
Cover debug information with _DEBUG definition.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintSplit.h
index b6c13e3e1b03fab300d7f6a93cef84df0c85d039..bf5fcc2dd402560d24a6b0fd1648e29a50cae51b 100755 (executable)
@@ -282,11 +282,13 @@ private:
   std::set<std::shared_ptr<ModelAPI_Attribute> > getEdgeAttributes(
                                     const std::shared_ptr<ModelAPI_Feature>& theFeature);
 
+#ifdef _DEBUG
   /// Return feature name, kind, point attribute values united in a string
   /// \param theFeature an investigated feature
   /// \return string value
   std::string getFeatureInfo(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                              const bool isUseAttributesInfo = true);
+#endif
 };
 
 #endif