revert whoops

SVN revision: 52537
This commit is contained in:
Mike Blumenkrantz 2010-09-21 06:52:10 +00:00
parent 005cf69302
commit f7bf462ef4
1 changed files with 0 additions and 1 deletions

View 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) */