From e88164488186c3c1772f714b09e84ef74aaaf6ea Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 6 Apr 2005 04:49:22 +0000 Subject: [PATCH] Removed debug output --- src/SALOMEDS/SALOMEDS_AttributeName.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/SALOMEDS/SALOMEDS_AttributeName.cxx b/src/SALOMEDS/SALOMEDS_AttributeName.cxx index ed1aac5da..37ec308a5 100644 --- a/src/SALOMEDS/SALOMEDS_AttributeName.cxx +++ b/src/SALOMEDS/SALOMEDS_AttributeName.cxx @@ -9,9 +9,7 @@ SALOMEDS_AttributeName::SALOMEDS_AttributeName(const Handle(SALOMEDSImpl_AttributeName)& theAttr) :SALOMEDS_GenericAttribute(theAttr) -{ - cout <<"Creation of NAME attr : local" << endl; -} +{} SALOMEDS_AttributeName::SALOMEDS_AttributeName(SALOMEDS::AttributeName_ptr theAttr) :SALOMEDS_GenericAttribute(theAttr) -- 2.39.2