From 9b7f4098c2bf1da0b7c3bc5b22b3086d1564c7a0 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 24 Aug 2005 12:51:45 +0000 Subject: [PATCH] Remove printf :-( --- src/gdcmDocument.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 1561e8f9..d5df0988 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/08/24 12:09:13 $ - Version: $Revision: 1.267 $ + Date: $Date: 2005/08/24 12:51:45 $ + Version: $Revision: 1.268 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -919,9 +919,9 @@ void Document::ParseDES(DocEntrySet *set, long offset, // Uncoment this printf line to be able to 'follow' the DocEntries // when something *very* strange happens - printf( "%04x|%04x %s\n",newDocEntry->GetGroup(), - newDocEntry->GetElement(), - newDocEntry->GetVR().c_str() ); + //printf( "%04x|%04x %s\n",newDocEntry->GetGroup(), + // newDocEntry->GetElement(), + // newDocEntry->GetVR().c_str() ); if ( !newDocEntry ) { -- 2.48.1