From 4767ce2219f72228a33775d9646f22971897f539 Mon Sep 17 00:00:00 2001 From: barbieri Date: Sat, 11 Apr 2009 07:12:13 +0000 Subject: [PATCH] debug--, sorry. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39968 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_file/ecore_file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index de74562..31a8e88 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c @@ -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 { -- 2.7.4