0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / XmlDrivers / XmlDrivers_DocumentRetrievalDriver.cxx
index 903ffe8..e30d29d 100644 (file)
@@ -48,9 +48,6 @@ Handle(XmlMDF_ADriverTable) XmlDrivers_DocumentRetrievalDriver::AttributeDrivers
 void XmlDrivers_DocumentRetrievalDriver::PropagateDocumentVersion(
                                    const Standard_Integer theDocVersion )
 {
-#ifdef DEB
-//    cout << "DocCurVersion =" << theDocVersion <<endl;
-#endif
   XmlMDataStd::SetDocumentVersion(theDocVersion);
   XmlMNaming::SetDocumentVersion(theDocVersion);
 }