0025418: Debug output to be limited to OCC development environment
[occt.git] / src / StdSelect / StdSelect_BRepSelectionTool.cxx
index 536f42f..5126512 100644 (file)
@@ -653,7 +653,7 @@ Standard_Boolean StdSelect_BRepSelectionTool
     BRep_Tool::Range (aWireExplorer.Current(), wf, wl);
     if (Abs (wf - wl) <= Precision::Confusion())
     {
-    #ifdef STDSELECT_DEB
+    #ifdef OCCT_DEBUG
       cout<<" StdSelect_BRepSelectionTool : Curve where ufirst = ulast ...."<<endl;
     #endif
     }