]> Creatis software - crea.git/commitdiff
remove std::cout
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 14 Apr 2009 12:54:38 +0000 (12:54 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 14 Apr 2009 12:54:38 +0000 (12:54 +0000)
src/creaFilesFromDirectory.cxx

index 30558f7ce46c3c7d9f4fba09084df4175b4fca5e..c2245113f0a3bde6e4f1a8de1b1ae0de1848b5fd 100644 (file)
@@ -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 );