Salome HOME
Remove unnecessary traces
authoradam <adam>
Thu, 5 May 2011 09:22:36 +0000 (09:22 +0000)
committeradam <adam>
Thu, 5 May 2011 09:22:36 +0000 (09:22 +0000)
src/SMESH/SMESH_Mesh.cxx
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_I/SMESH_Mesh_i.cxx

index 2f3644e58682f3ef44e2f33bedeb6fd37418baeb..be65ec1c4827516e591806f99f04e603c169085f 100644 (file)
@@ -130,7 +130,7 @@ 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
   //   Notify event listeners at least that something happens
index c66fae3c2d90b1d078f8f12e91f6c8b73c2dd86c..49457ad3dd136bf6ab7b2aa3ca126021312e67c8 100644 (file)
@@ -318,7 +318,7 @@ SMESH_Gen_i::SMESH_Gen_i( CORBA::ORB_ptr            orb,
 
 SMESH_Gen_i::~SMESH_Gen_i()
 {
-  INFOS( "SMESH_Gen_i::~SMESH_Gen_i" );
+  MESSAGE( "SMESH_Gen_i::~SMESH_Gen_i" );
 
   // delete hypothesis creators
   map<string, GenericHypothesisCreator_i*>::iterator itHyp;
index 944ab83b949378b6db0769fd2fd10fde4f63ccd6..119e0b6af88c0b3798c72cacd7fcb49ade854aa4 100644 (file)
@@ -119,7 +119,7 @@ SMESH_Mesh_i::SMESH_Mesh_i( PortableServer::POA_ptr thePOA,
 
 SMESH_Mesh_i::~SMESH_Mesh_i()
 {
-  INFOS("~SMESH_Mesh_i");
+  MESSAGE("~SMESH_Mesh_i");
 
 #ifdef WITHGENERICOBJ
   // destroy groups