]> Creatis software - gdcm.git/commitdiff
remove useless comments
authorjpr <jpr>
Mon, 14 Feb 2005 10:45:47 +0000 (10:45 +0000)
committerjpr <jpr>
Mon, 14 Feb 2005 10:45:47 +0000 (10:45 +0000)
src/gdcmValEntry.cxx

index 16302d552bcaf9674c3cab5008bf1af27565fbbe..66198701929eef7193a2d14144fe2870988a0aac 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmValEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/06 14:43:28 $
-  Version:   $Revision: 1.57 $
+  Date:      $Date: 2005/02/14 10:45:47 $
+  Version:   $Revision: 1.58 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -191,7 +191,7 @@ void ValEntry::Print(std::ostream &os, std::string const &)
    
    TS *ts = Global::GetTS();
     
-   TSAtr v  = GetValue();  // not applicable for SQ ...     
+   TSAtr v  = GetValue();     
    d2 = Util::CreateCleanString(v);  // replace non printable characters by '.'            
    if( GetLength() <= MAX_SIZE_PRINT_ELEMENT_VALUE
     || PrintLevel >= 3