From e8fec0b394e94b208c309b0e1a773f7e410a2b05 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 25 Nov 2016 15:10:38 +0300 Subject: [PATCH] Remove useless MESSAGEs --- src/GEOM/GEOM_BaseObject.cxx | 2 +- src/GEOM/GEOM_Object.cxx | 2 +- src/GEOM_I/GEOM_BaseObject_i.cc | 2 +- src/GEOM_I/GEOM_Object_i.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GEOM/GEOM_BaseObject.cxx b/src/GEOM/GEOM_BaseObject.cxx index 28e98d7ab..a0ced3b4d 100644 --- a/src/GEOM/GEOM_BaseObject.cxx +++ b/src/GEOM/GEOM_BaseObject.cxx @@ -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()"); } //============================================================================= diff --git a/src/GEOM/GEOM_Object.cxx b/src/GEOM/GEOM_Object.cxx index c1bde9ac5..1c3a07612 100644 --- a/src/GEOM/GEOM_Object.cxx +++ b/src/GEOM/GEOM_Object.cxx @@ -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()"); } //============================================================================= diff --git a/src/GEOM_I/GEOM_BaseObject_i.cc b/src/GEOM_I/GEOM_BaseObject_i.cc index 20629cce1..abf15301f 100644 --- a/src/GEOM_I/GEOM_BaseObject_i.cc +++ b/src/GEOM_I/GEOM_BaseObject_i.cc @@ -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); } diff --git a/src/GEOM_I/GEOM_Object_i.cc b/src/GEOM_I/GEOM_Object_i.cc index be1be90bc..3894aff78 100644 --- a/src/GEOM_I/GEOM_Object_i.cc +++ b/src/GEOM_I/GEOM_Object_i.cc @@ -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"); } //============================================================================= -- 2.30.2