]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Removed debug output
authorsrn <srn@opencascade.com>
Wed, 6 Apr 2005 04:49:22 +0000 (04:49 +0000)
committersrn <srn@opencascade.com>
Wed, 6 Apr 2005 04:49:22 +0000 (04:49 +0000)
src/SALOMEDS/SALOMEDS_AttributeName.cxx

index ed1aac5dade7b7398e5aba1c8fc87bcd22132d05..37ec308a524d48188cfefe42592ff09051fef1f2 100644 (file)
@@ -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)