mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Remove useless MESSAGEs
This commit is contained in:
parent
b8c725d044
commit
e8fec0b394
@ -210,7 +210,7 @@ GEOM_BaseObject::GEOM_BaseObject(const TDF_Label& theEntry, int theType)
|
||||
//=============================================================================
|
||||
GEOM_BaseObject::~GEOM_BaseObject()
|
||||
{
|
||||
MESSAGE("GEOM_BaseObject::~GEOM_BaseObject()");
|
||||
//MESSAGE("GEOM_BaseObject::~GEOM_BaseObject()");
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
@ -93,7 +93,7 @@ GEOM_Object::GEOM_Object(TDF_Label& theEntry, int theType)
|
||||
//=============================================================================
|
||||
GEOM_Object::~GEOM_Object()
|
||||
{
|
||||
MESSAGE("GEOM_Object::~GEOM_Object()");
|
||||
//MESSAGE("GEOM_Object::~GEOM_Object()");
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
@ -64,7 +64,7 @@ GEOM_BaseObject_i::GEOM_BaseObject_i (PortableServer::POA_ptr thePOA,
|
||||
|
||||
GEOM_BaseObject_i::~GEOM_BaseObject_i()
|
||||
{
|
||||
MESSAGE("GEOM_BaseObject_i::~GEOM_BaseObject_i");
|
||||
//MESSAGE("GEOM_BaseObject_i::~GEOM_BaseObject_i");
|
||||
GEOM_Engine::GetEngine()->RemoveObject(_impl);
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ GEOM_Object_i::GEOM_Object_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr
|
||||
|
||||
GEOM_Object_i::~GEOM_Object_i()
|
||||
{
|
||||
MESSAGE("GEOM_Object_i::~GEOM_Object_i");
|
||||
//MESSAGE("GEOM_Object_i::~GEOM_Object_i");
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user