From: srn Date: Wed, 6 Apr 2005 09:38:23 +0000 (+0000) Subject: Removed debug outputs X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d7fb4e8d44724b5f370d8eddca93409d1f7e1166;p=modules%2Fkernel.git Removed debug outputs --- diff --git a/src/SALOMEDS/SALOMEDS_SObject.cxx b/src/SALOMEDS/SALOMEDS_SObject.cxx index 17c5af036..eddd0ab18 100644 --- a/src/SALOMEDS/SALOMEDS_SObject.cxx +++ b/src/SALOMEDS/SALOMEDS_SObject.cxx @@ -80,8 +80,6 @@ bool SALOMEDS_SObject::FindAttribute(SALOMEDSClient_GenericAttribute*& anAttribu if(_isLocal) { Handle(SALOMEDSImpl_GenericAttribute) anAttr; ret = _local_impl->FindAttribute(anAttr, aType); - cout << "############## ret = " << ret << " type requested " << aType << endl; - if(!anAttr.IsNull()) cout << "############## recieved " << anAttr->Type() << endl; if(ret) anAttribute = SALOMEDS_GenericAttribute::CreateAttribute(anAttr); } else {