]> Creatis software - gdcm.git/commitdiff
* Remove bad print - sorry
authorregrain <regrain>
Tue, 18 Oct 2005 14:37:18 +0000 (14:37 +0000)
committerregrain <regrain>
Tue, 18 Oct 2005 14:37:18 +0000 (14:37 +0000)
   -- BeNours

src/gdcmDocument.cxx

index d9d70e0b71db8e31a8c398e1457f86ec12a11bfd..958dfc887a4e22b39c273b836c79c9cc465ca709 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/18 12:58:28 $
-  Version:   $Revision: 1.294 $
+  Date:      $Date: 2005/10/18 14:37:18 $
+  Version:   $Revision: 1.295 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -1498,7 +1498,6 @@ VRKey Document::FindDocEntryVR()
    gdcmWarningMacro( "--> VR: " << vr )
    if ( !CheckDocEntryVR(vr) )
    {
-      Global::GetVR()->Print(std::cerr);
       gdcmWarningMacro( "Unknown VR '" << vr << "'" )
       Fp->seekg(positionOnEntry, std::ios::beg);
       return GDCM_VRUNKNOWN;