debug--, sorry.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 07:12:13 +0000 (07:12 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 07:12:13 +0000 (07:12 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@39968 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_file/ecore_file.c

index de74562..31a8e88 100644 (file)
@@ -231,10 +231,8 @@ ecore_file_mksubdirs(const char *base, const char **subdirs)
 
 #ifndef HAVE_ATFILE_SOURCE
        ecore_strlcpy(buf + baselen, *subdirs, sizeof(buf) - baselen);
-       printf("no atfile: %s\n", buf);
        if (stat(buf, &st) == 0)
 #else
-         printf("atfile: %s/%s\n", base, *subdirs);
        if (fstatat(fd, *subdirs, &st, 0) == 0)
 #endif
          {