From d7fb4e8d44724b5f370d8eddca93409d1f7e1166 Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 6 Apr 2005 09:38:23 +0000 Subject: [PATCH] Removed debug outputs --- src/SALOMEDS/SALOMEDS_SObject.cxx | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.39.2