mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
@@ -105,7 +105,9 @@ Standard_Boolean Blend_CSWalking::Recadre(Blend_FuncInv& FuncInv,
|
||||
|
||||
|
||||
if (!rsnld.IsDone()) {
|
||||
#ifdef BLEND_DEB
|
||||
cout << "RSNLD not done "<< endl << endl;
|
||||
#endif
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
|
@@ -269,7 +269,9 @@ Standard_Boolean Blend_Walking::Recadre(Blend_FuncInv& FuncInv,
|
||||
// Resolution...
|
||||
rsnld.Perform(FuncInv,solrst,infb,supb);
|
||||
if (!rsnld.IsDone()) {
|
||||
#ifdef BLEND_DEB
|
||||
cout << "Walking::Recadre : RSNLD not done " << endl;
|
||||
#endif
|
||||
recadre = Standard_False;
|
||||
}
|
||||
else {
|
||||
@@ -315,7 +317,9 @@ Standard_Boolean Blend_Walking::Recadre(Blend_FuncInv& FuncInv,
|
||||
rsnld.Perform(FuncInv,solrst,infb,supb);
|
||||
|
||||
if (!rsnld.IsDone()) {
|
||||
#ifdef BLEND_DEB
|
||||
cout << "Walking::Recadre : RSNLD not done " << endl;
|
||||
#endif
|
||||
recadre = Standard_False;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user