From c544fca4d5eaec1a8ff1e0b198f8c96ea1404a54 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 23 Sep 2006 09:59:42 +0000 Subject: [PATCH] printf-- SVN revision: 26054 --- legacy/ecore/src/lib/ecore_desktop/ecore_desktop_paths.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_paths.c b/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_paths.c index 968993c3b0..edd7af0824 100644 --- a/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_paths.c +++ b/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_paths.c @@ -898,7 +898,6 @@ ecore_desktop_paths_to_hash(const char *paths) p++; } *pp = '\0'; - printf("%s\n", buf); ecore_hash_set(result, strdup(buf), strdup(buf)); if (*p) p++; else p = NULL; @@ -951,7 +950,6 @@ ecore_desktop_paths_to_list(const char *paths) p++; } *pp = '\0'; - printf("%s\n", buf); ecore_list_append(result, strdup(buf)); if (*p) p++; else p = NULL;