0025418: Debug output to be limited to OCC development environment
[occt.git] / src / TopOpeBRep / TopOpeBRep_ShapeScanner.cxx
index a709ee4..fa97e7b 100644 (file)
@@ -136,7 +136,7 @@ Standard_Integer TopOpeBRep_ShapeScanner::Index()const
 //=======================================================================
 Standard_OStream& TopOpeBRep_ShapeScanner::DumpCurrent(Standard_OStream& OS)const 
 {
-#ifdef DEB
+#ifdef OCCT_DEBUG
   if ( More() ) { 
     const TopoDS_Shape&     S = Current();
     TopAbs_ShapeEnum    T = S.ShapeType();