elm: fix typo - remove line to debug

This commit is contained in:
Shinwoo Kim 2018-02-02 19:07:04 +09:00
parent 610eee1e52
commit 3c38071745
1 changed files with 0 additions and 1 deletions

View File

@ -625,7 +625,6 @@ _accessible_attributes_get(const Eldbus_Service_Interface *iface, const Eldbus_M
{
iter_entry = eldbus_message_iter_container_new(iter_dict, 'e', NULL);
if (!iter_entry) goto error;
fprintf(stderr, "key: %s, value: %s\n", attr->key, attr->value);
eldbus_message_iter_arguments_append(iter_entry, "ss", attr->key, attr->value);
eldbus_message_iter_container_close(iter_dict, iter_entry);
}