mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 13:25:37 +05:00
Remove debug traces
This commit is contained in:
parent
4b33363430
commit
db17b46ddb
@ -177,7 +177,6 @@ void SMESH_MesherHelper::SetSubShape(const TopoDS_Shape& aSh)
|
||||
bool isClosed = BRep_Tool::IsClosed( edge, face );
|
||||
// BEGIN: jfa for bug 0019943
|
||||
if (isClosed) {
|
||||
MESSAGE("$$$ CLOSED 1 $$$")
|
||||
isClosed = false;
|
||||
for (TopExp_Explorer expw (face, TopAbs_WIRE); expw.More() && !isClosed; expw.Next()) {
|
||||
const TopoDS_Wire& wire = TopoDS::Wire(expw.Current());
|
||||
@ -192,7 +191,6 @@ void SMESH_MesherHelper::SetSubShape(const TopoDS_Shape& aSh)
|
||||
}
|
||||
// END: jfa for bug 0019943
|
||||
if (isClosed) {
|
||||
MESSAGE("$$$ CLOSED 2 $$$")
|
||||
// initialize myPar1, myPar2 and myParIndex
|
||||
if ( mySeamShapeIds.empty() ) {
|
||||
gp_Pnt2d uv1, uv2;
|
||||
|
Loading…
Reference in New Issue
Block a user