]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp
Salome HOME
Cover debug information with _DEBUG definition.
[modules/shaper.git] / src / ModelGeomAlgo / ModelGeomAlgo_Point2D.cpp
index 0ee9df16eb88099f48d7db718381ed19f1f2e93c..f9fa6030de2a65e6ce75afe4a8b6e59ed1f7ce19 100755 (executable)
@@ -175,6 +175,7 @@ namespace ModelGeomAlgo_Point2D {
     return aValueStr;
   }
 
+#ifdef _DEBUG
   std::string getPontAttributesInfo(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                            const std::set<std::shared_ptr<ModelAPI_Attribute> >& theAttributesOnly)
   {
@@ -214,5 +215,5 @@ namespace ModelGeomAlgo_Point2D {
 
     return anInfo;
   }
-
+#endif
 } // namespace ModelGeomAlgo_Point2D