From: jean-pierre roux Date: Tue, 14 Apr 2009 12:54:38 +0000 (+0000) Subject: remove std::cout X-Git-Tag: EED.02Oct2009~31 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=63cd54fcd608bda127c15abcee7db7a976a8ff95;p=crea.git remove std::cout --- 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 );