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;