From: jpr Date: Wed, 24 Aug 2005 12:51:45 +0000 (+0000) Subject: Remove printf X-Git-Tag: Version1.2.bp~204 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9b7f4098c2bf1da0b7c3bc5b22b3086d1564c7a0;p=gdcm.git Remove printf :-( --- 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 ) {