From: malaterre Date: Thu, 27 Oct 2005 18:14:01 +0000 (+0000) Subject: STYLE: Remove cout X-Git-Tag: OpenJPEG.Version1.2~108 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5a7655772c47a694475c3e6296fbc0b63faca02c;p=gdcm.git STYLE: Remove cout --- diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index 7ac1484c..4aa3619f 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.cxx,v $ Language: C++ - Date: $Date: 2005/10/27 17:04:36 $ - Version: $Revision: 1.170 $ + Date: $Date: 2005/10/27 18:14:01 $ + Version: $Revision: 1.171 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -192,7 +192,7 @@ int Util::CountSubstring (const std::string &str, */ bool Util::IsCleanString(std::string const &s) { - std::cout<< std::endl << s << std::endl; + //std::cout<< std::endl << s << std::endl; for(unsigned int i=0; i(val), len); }