0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / MPrsStd / MPrsStd_AISPresentationRetrievalDriver.cxx
index f897859..af0941d 100644 (file)
@@ -68,7 +68,7 @@ void MPrsStd_AISPresentationRetrievalDriver::Paste(const Handle(PDF_Attribute)&
   if( S->Width() != -1. ) T->SetWidth( S->Width() );
   else T->UnsetWidth(); 
 
-#ifdef DEB
+#ifdef MPRSSTD_DEB
   cout << "AISPresentationRetrievalDriver "  << "retrieved DriverGUID ==> ";
   guid.ShallowDump(cout);
   cout << endl;