Remove unnecessary traces

This commit is contained in:
adam 2011-05-05 09:22:36 +00:00
parent dee22ad522
commit 1e7cc80211
3 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ SMESH_Mesh::SMESH_Mesh():
SMESH_Mesh::~SMESH_Mesh() SMESH_Mesh::~SMESH_Mesh()
{ {
INFOS("SMESH_Mesh::~SMESH_Mesh"); MESSAGE("SMESH_Mesh::~SMESH_Mesh");
// issue 0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study // issue 0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
// Notify event listeners at least that something happens // Notify event listeners at least that something happens

View File

@ -318,7 +318,7 @@ SMESH_Gen_i::SMESH_Gen_i( CORBA::ORB_ptr orb,
SMESH_Gen_i::~SMESH_Gen_i() SMESH_Gen_i::~SMESH_Gen_i()
{ {
INFOS( "SMESH_Gen_i::~SMESH_Gen_i" ); MESSAGE( "SMESH_Gen_i::~SMESH_Gen_i" );
// delete hypothesis creators // delete hypothesis creators
map<string, GenericHypothesisCreator_i*>::iterator itHyp; map<string, GenericHypothesisCreator_i*>::iterator itHyp;

View File

@ -119,7 +119,7 @@ SMESH_Mesh_i::SMESH_Mesh_i( PortableServer::POA_ptr thePOA,
SMESH_Mesh_i::~SMESH_Mesh_i() SMESH_Mesh_i::~SMESH_Mesh_i()
{ {
INFOS("~SMESH_Mesh_i"); MESSAGE("~SMESH_Mesh_i");
#ifdef WITHGENERICOBJ #ifdef WITHGENERICOBJ
// destroy groups // destroy groups