mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
Remove unnecessary traces
This commit is contained in:
parent
dee22ad522
commit
1e7cc80211
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user