Remove debug ouput

SVN revision: 57173
This commit is contained in:
Sebastian Dransfeld 2011-02-19 20:52:10 +00:00
parent d3ce2c4bbb
commit c5c5df9ba9
1 changed files with 0 additions and 2 deletions

View 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);