remove useless messages

This commit is contained in:
eap 2008-04-17 07:46:07 +00:00
parent 22b9a6bf30
commit d120b39537

View File

@ -61,14 +61,14 @@ SMESH_Group_i::SMESH_Group_i( PortableServer::POA_ptr thePOA, SMESH_Mesh_i* theM
: SALOME::GenericObj_i( thePOA ),
SMESH_GroupBase_i( thePOA, theMeshServant, theLocalID )
{
MESSAGE("SMESH_Group_i; this = "<<this );
//MESSAGE("SMESH_Group_i; this = "<<this );
}
SMESH_GroupOnGeom_i::SMESH_GroupOnGeom_i( PortableServer::POA_ptr thePOA, SMESH_Mesh_i* theMeshServant, const int theLocalID )
: SALOME::GenericObj_i( thePOA ),
SMESH_GroupBase_i( thePOA, theMeshServant, theLocalID )
{
MESSAGE("SMESH_GroupOnGeom_i; this = "<<this );
//MESSAGE("SMESH_GroupOnGeom_i; this = "<<this );
}
//=============================================================================