Salome HOME
Remove message
authorgdd <gdd>
Fri, 2 Sep 2011 11:57:46 +0000 (11:57 +0000)
committergdd <gdd>
Fri, 2 Sep 2011 11:57:46 +0000 (11:57 +0000)
src/SMESHDS/SMESHDS_SubMesh.cxx

index 82ba05748b3a4f47c537a44ef819f0a880205301..e73301dd953c92d3aeb31120e679cd7998e495e5 100644 (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);
         }