Remove message

This commit is contained in:
gdd 2011-09-02 11:57:46 +00:00
parent b378520dcf
commit bff1e1c08e

View File

@ -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);
}