Remove useless MESSAGEs

This commit is contained in:
eap 2016-11-25 15:10:38 +03:00
parent b8c725d044
commit e8fec0b394
4 changed files with 4 additions and 4 deletions

View File

@ -210,7 +210,7 @@ GEOM_BaseObject::GEOM_BaseObject(const TDF_Label& theEntry, int theType)
//============================================================================= //=============================================================================
GEOM_BaseObject::~GEOM_BaseObject() GEOM_BaseObject::~GEOM_BaseObject()
{ {
MESSAGE("GEOM_BaseObject::~GEOM_BaseObject()"); //MESSAGE("GEOM_BaseObject::~GEOM_BaseObject()");
} }
//============================================================================= //=============================================================================

View File

@ -93,7 +93,7 @@ GEOM_Object::GEOM_Object(TDF_Label& theEntry, int theType)
//============================================================================= //=============================================================================
GEOM_Object::~GEOM_Object() GEOM_Object::~GEOM_Object()
{ {
MESSAGE("GEOM_Object::~GEOM_Object()"); //MESSAGE("GEOM_Object::~GEOM_Object()");
} }
//============================================================================= //=============================================================================

View File

@ -64,7 +64,7 @@ GEOM_BaseObject_i::GEOM_BaseObject_i (PortableServer::POA_ptr thePOA,
GEOM_BaseObject_i::~GEOM_BaseObject_i() 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); GEOM_Engine::GetEngine()->RemoveObject(_impl);
} }

View File

@ -76,7 +76,7 @@ GEOM_Object_i::GEOM_Object_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr
GEOM_Object_i::~GEOM_Object_i() GEOM_Object_i::~GEOM_Object_i()
{ {
MESSAGE("GEOM_Object_i::~GEOM_Object_i"); //MESSAGE("GEOM_Object_i::~GEOM_Object_i");
} }
//============================================================================= //=============================================================================