From: jpr Date: Tue, 25 Oct 2005 12:42:37 +0000 (+0000) Subject: Avoid polluting output X-Git-Tag: OpenJPEG.Version1.2~178 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9f5d2df7b2426f31f4f802542986ec0233046b28;p=gdcm.git Avoid polluting output --- diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index d975fd54..3cdda736 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 09:22:15 $ - Version: $Revision: 1.305 $ + Date: $Date: 2005/10/25 12:42:37 $ + Version: $Revision: 1.306 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1981,7 +1981,7 @@ DocEntry *Document::ReadNextDocEntry() } } } - gdcmDebugMacro( "Found VR: " << vr << " / Real VR: " << realVR ); + // gdcmDebugMacro( "Found VR: " << vr << " / Real VR: " << realVR ); DocEntry *newEntry; if ( Global::GetVR()->IsVROfSequence(realVR) )