mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025266: Debug statements in the source are getting flushed on to the console
Suppress remaining couts in packages explicitly mentioned in the original bug description Correction of test cases for issue CR25266
This commit is contained in:
@@ -512,7 +512,9 @@ Standard_Boolean STEPCAFControl_Reader::Transfer (STEPControl_Reader &reader,
|
||||
// get and check filename of the current extern ref
|
||||
const Standard_CString filename = ExtRefs.FileName(i);
|
||||
|
||||
cout<<"filename="<<filename<<endl;
|
||||
#ifdef STEPCAFCONTROL_DEB
|
||||
cout<<"filename="<<filename<<endl;
|
||||
#endif;
|
||||
|
||||
if ( ! filename || ! filename[0] ) {
|
||||
#ifdef STEPCAFCONTROL_DEB
|
||||
|
Reference in New Issue
Block a user