From 88ec390978b03fb24f5968d77567b5384a02e225 Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 5 Apr 2005 12:31:48 +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 e06d74ce5..ed1aac5da 100644 --- a/src/SALOMEDS/SALOMEDS_AttributeName.cxx +++ b/src/SALOMEDS/SALOMEDS_AttributeName.cxx @@ -15,9 +15,7 @@ SALOMEDS_AttributeName::SALOMEDS_AttributeName(const Handle(SALOMEDSImpl_Attribu SALOMEDS_AttributeName::SALOMEDS_AttributeName(SALOMEDS::AttributeName_ptr theAttr) :SALOMEDS_GenericAttribute(theAttr) -{ - cout <<"Creation of NAME attr : corba" << endl; -} +{} SALOMEDS_AttributeName::~SALOMEDS_AttributeName() {} -- 2.39.2