mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
Remove message
This commit is contained in:
parent
b378520dcf
commit
bff1e1c08e
@ -158,7 +158,7 @@ void SMESHDS_SubMesh::AddNode(const SMDS_MeshNode * N)
|
||||
int shapeId = N->getshapeId();
|
||||
if ((shapeId > 0) && (idInSubShape >= 0))
|
||||
{
|
||||
MESSAGE("========== AddNode already belonging to other subShape " << N->GetID());
|
||||
// MESSAGE("========== AddNode already belonging to other subShape " << N->GetID());
|
||||
// OK for vertex nodes
|
||||
//this->getParent()->UnSetNodeOnShape(N);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user