Salome HOME
Restoring orignal compute + cleanup
[modules/smesh.git] / src / SMESHDS / SMESHDS_Mesh.cxx
index 36fc2d1313a3bf2df9d897ad5a3f91e44ee0886e..7d241698f9deeb59ec22d1bbdc61bcb525a090a2 100644 (file)
@@ -1328,7 +1328,6 @@ SMESHDS_SubMesh * SMESHDS_Mesh::NewSubMesh(int Index)
   if ( !SM )
   {
     SM = new SMESHDS_SubMesh(this, Index);
-    std::cout << "Adding " << Index << ':' <<SM<<std::endl;
     mySubMeshHolder->Add( Index, SM );
   }
   return SM;