]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Tools.cpp
Salome HOME
Cover debug information with _DEBUG definition.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.cpp
index 0114238db64c52e8c18e35f2d88954a3a2bb71e3..8a671f0bbf123fbfd3b78701c1a076da78ba1ebc 100755 (executable)
@@ -266,6 +266,7 @@ QAction* createAction(const QIcon& theIcon, const QString& theText,
   return anAction;
 }
 
+#ifdef _DEBUG
 QString objectInfo(const ObjectPtr& theObj, const bool isUseAttributesInfo)
 {
   QString aFeatureStr = "feature";
@@ -309,6 +310,7 @@ QString objectInfo(const ObjectPtr& theObj, const bool isUseAttributesInfo)
 
   return aFeatureStr;
 }
+#endif
 
 typedef QMap<QString, int> ShapeTypes;
 static ShapeTypes myShapeTypes;