]> Creatis software - gdcm.git/blobdiff - src/gdcmElValSet.cxx
* src/gdcmElValSet.cxx, gdcmFile.cxx: JPR bug fix, removal of
[gdcm.git] / src / gdcmElValSet.cxx
index 1d6e42b3b74c28c4ede672797872a49e58050466..044ee8eb3d98b9070e0377b98b154ae12ff89d31 100644 (file)
@@ -322,14 +322,6 @@ void gdcmElValSet::UpdateGroupLength(bool SkipSequence, FileType type) {
          groupHt[key] += 2 + 2 + 4 + elem->GetLength(); 
       } 
    }
-  
-     if(1) // unnormalized way to see what happened
-     for (GroupHT::iterator g = groupHt.begin();
-        g != groupHt.end();
-        ++g){        
-        printf("groupKey %s : %d\n",g->first.c_str(),g->second);
-     }
-       
    unsigned short int gr_bid;
   
    for (GroupHT::iterator g = groupHt.begin(); // for each group we found