From: englebass Date: Sat, 19 Feb 2011 20:52:10 +0000 (+0000) Subject: Remove debug ouput X-Git-Tag: 2.0_alpha~51^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba08881ef46b657781f101a3fff5cf0b60a72295;p=framework%2Fuifw%2Fefreet.git Remove debug ouput git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@57173 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/efreet_desktop_cache_create.c b/src/bin/efreet_desktop_cache_create.c index 83a275c..0484e36 100644 --- a/src/bin/efreet_desktop_cache_create.c +++ b/src/bin/efreet_desktop_cache_create.c @@ -411,7 +411,6 @@ main(int argc, char **argv) \ hash.hash = (_hash); \ eet_data_write(util_ef, efreet_hash_array_string_edd(), #_hash "_hash", &hash, 1); \ - printf("key: %s = %d\n", #_hash, eina_hash_population(hash.hash)); \ array.array_count = 0; \ array.array = malloc(eina_hash_population(hash.hash) * sizeof(char *)); \ it = eina_hash_iterator_key_new(hash.hash); \ @@ -432,7 +431,6 @@ main(int argc, char **argv) { hash.hash = file_ids; eet_data_write(util_ef, efreet_hash_string_edd(), "file_id", &hash, 1); - printf("key: file_id = %d\n", eina_hash_population(file_ids)); } eina_hash_free(mime_types);