Remove debug ouput
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Feb 2011 20:52:10 +0000 (20:52 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Feb 2011 20:52:10 +0000 (20:52 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@57173 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/efreet_desktop_cache_create.c

index 83a275c..0484e36 100644 (file)
@@ -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);