0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / RWStepAP214 / RWStepAP214_ReadWriteModule.cxx
index 4c42b3f..6bee71f 100644 (file)
@@ -2800,7 +2800,7 @@ Standard_Integer RWStepAP214_ReadWriteModule::CaseStep
   
   Standard_Integer NbComp = theTypes.Length();
   if (NbComp < 2) {
-#ifdef DEB
+#ifdef RWSTEPAP214_DEB
     cout << "Not a Plex" << endl;
 #endif
   }
@@ -4064,7 +4064,7 @@ void RWStepAP214_ReadWriteModule::ReadStep(const Standard_Integer CN,
                                            const Handle(Standard_Transient)&ent) const
 {
   if (CN == 0) {
-#ifdef DEB
+#ifdef RWSTEPAP214_DEB
     cout << "CN = 0 for num = " << num << endl;
 #endif
     return;