From 5a7655772c47a694475c3e6296fbc0b63faca02c Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 27 Oct 2005 18:14:01 +0000 Subject: [PATCH] STYLE: Remove cout --- src/gdcmUtil.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } -- 2.49.0