Salome HOME
Remove useless MESSAGEs
authoreap <eap@opencascade.com>
Fri, 25 Nov 2016 12:10:38 +0000 (15:10 +0300)
committereap <eap@opencascade.com>
Fri, 25 Nov 2016 12:10:38 +0000 (15:10 +0300)
src/GEOM/GEOM_BaseObject.cxx
src/GEOM/GEOM_Object.cxx
src/GEOM_I/GEOM_BaseObject_i.cc
src/GEOM_I/GEOM_Object_i.cc

index 28e98d7aba1465b53a4a1e3c3beb8941fa9452f8..a0ced3b4d0fc76cf45fde618ede5ef34210063c0 100644 (file)
@@ -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()");
 }
 
 //=============================================================================
index c1bde9ac5d8a00c9f3e780f946d6ad12d5bf5451..1c3a07612f76d8aee376fa775a6a45a899a25653 100644 (file)
@@ -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()");
 }
 
 //=============================================================================
index 20629cce12a8ddc8fbf76ec6d7bf44e80804cb97..abf15301fffe862d86f1b3971cd49242e163738a 100644 (file)
@@ -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);
 }
 
index be1be90bc278efd403a80b757f87346d6f40c526..3894aff7824009d4985f4285fef710da18975f04 100644 (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()
 {
-  MESSAGE("GEOM_Object_i::~GEOM_Object_i");
+  //MESSAGE("GEOM_Object_i::~GEOM_Object_i");
 }
 
 //=============================================================================