]> OCCT Git - occt-copy.git/commitdiff
0022038: Suppress "!!!No Error" message in BRepTools::Write in debug mode
authorMSV <>
Mon, 12 Sep 2011 14:16:52 +0000 (14:16 +0000)
committerbugmaster <bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:30:08 +0000 (19:30 +0400)
src/BRepTools/BRepTools.cxx

index 2a35177bfcd75ac584e9d2a64f82f56f8263ddc0..f77dea8a8662e94bfa184a2cf4dd9d5765673811 100755 (executable)
@@ -674,9 +674,6 @@ Standard_Boolean  BRepTools::Write(const TopoDS_Shape& Sh,
 
   errno = 0;
   os.close();
-#ifdef DEB
-//  cout<<"!!!"<<strerror(errno)<<endl;
-#endif
   isGood = os.good() && isGood && !errno;
 
   return isGood;