0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / src / BinMDataStd / BinMDataStd_RealArrayDriver.cxx
index 5f655f8..28db06e 100644 (file)
@@ -62,9 +62,7 @@ Standard_Boolean BinMDataStd_RealArrayDriver::Paste
   TColStd_Array1OfReal& aTargetArray = anAtt->Array()->ChangeArray1();
   if(!theSource.GetRealArray (&aTargetArray(aFirstInd), aLength))
     return Standard_False;
-#ifdef DEB
-  //cout << "CurDocVersion = " << BinMDataStd::DocumentVersion() <<endl;
-#endif
+
   Standard_Boolean aDelta(Standard_False);
   if(BinMDataStd::DocumentVersion() > 2) {
     Standard_Byte aDeltaValue;