Salome HOME
Remove useless MESSAGEs
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.cxx
index cbce54f50f6a6c2f627f8404f5dbaeaef5d05c71..b3e4e48325a354797167f1a2e8973ca85d028712 100644 (file)
@@ -60,7 +60,7 @@ SMESH_Hypothesis_i::SMESH_Hypothesis_i( PortableServer::POA_ptr thePOA )
 
 SMESH_Hypothesis_i::~SMESH_Hypothesis_i()
 {
-  MESSAGE( "SMESH_Hypothesis_i::~SMESH_Hypothesis_i" );
+  //MESSAGE( "SMESH_Hypothesis_i::~SMESH_Hypothesis_i" );
   if ( myBaseImpl )
     delete myBaseImpl;
 };