revert whoops
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 06:52:10 +0000 (06:52 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 06:52:10 +0000 (06:52 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@52537 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_file.c

index 047abe1..d009faf 100644 (file)
@@ -242,7 +242,6 @@ eina_file_dir_list(const char *dir,
         if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, ".."))
            continue;
 
-printf("d_name: %s\ndir: %s\n", de->d_name, dir);
         cb(de->d_name, dir, data);
         /* d_type is only available on linux and bsd (_BSD_SOURCE) */