Salome HOME
remove useless messages
authoreap <eap@opencascade.com>
Thu, 17 Apr 2008 07:46:07 +0000 (07:46 +0000)
committereap <eap@opencascade.com>
Thu, 17 Apr 2008 07:46:07 +0000 (07:46 +0000)
src/SMESH_I/SMESH_Group_i.cxx

index 9f4c705f3aadbe423ed1258ec8420e4b540d51ad..35276984d5301a2c436cc2c77797e9249147aaef 100644 (file)
@@ -61,14 +61,14 @@ SMESH_Group_i::SMESH_Group_i( PortableServer::POA_ptr thePOA, SMESH_Mesh_i* theM
      : SALOME::GenericObj_i( thePOA ),
        SMESH_GroupBase_i( thePOA, theMeshServant, theLocalID )
 {
-  MESSAGE("SMESH_Group_i; this = "<<this );
+  //MESSAGE("SMESH_Group_i; this = "<<this );
 }
 
 SMESH_GroupOnGeom_i::SMESH_GroupOnGeom_i( PortableServer::POA_ptr thePOA, SMESH_Mesh_i* theMeshServant, const int theLocalID )
      : SALOME::GenericObj_i( thePOA ),
        SMESH_GroupBase_i( thePOA, theMeshServant, theLocalID )
 {
-  MESSAGE("SMESH_GroupOnGeom_i; this = "<<this );
+  //MESSAGE("SMESH_GroupOnGeom_i; this = "<<this );
 }
 
 //=============================================================================