From 63cd54fcd608bda127c15abcee7db7a976a8ff95 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 14 Apr 2009 12:54:38 +0000 Subject: [PATCH] remove std::cout --- src/creaFilesFromDirectory.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/creaFilesFromDirectory.cxx b/src/creaFilesFromDirectory.cxx index 30558f7..c224511 100644 --- a/src/creaFilesFromDirectory.cxx +++ b/src/creaFilesFromDirectory.cxx @@ -3,8 +3,8 @@ Program: crea Module: $RCSfile: creaFilesFromDirectory.cxx,v $ Language: C++ - Date: $Date: 2009/03/25 16:29:33 $ - Version: $Revision: 1.4 $ + Date: $Date: 2009/04/14 12:54:38 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -143,7 +143,7 @@ int DirList::Explore(std::string const &dirpath, bool recursive) } if ( S_ISREG(buf.st_mode) ) //is it a regular file? { - printf("EED DirList::Explore [%s]\n" , d->d_name ); + //printf("EED DirList::Explore [%s]\n" , d->d_name ); if ( d->d_name[0]!='.') { Filenames.push_back( fileName ); -- 2.45.1