elementary/elm_entry.c : Removed test log.

This commit is contained in:
WooHyun Jung 2013-06-27 17:09:35 +09:00
parent 7447477981
commit 6535743497
1 changed files with 0 additions and 1 deletions

View File

@ -4537,7 +4537,6 @@ elm_entry_filter_accept_set(void *data,
strncpy(tag, (*text) + last_read_idx, read_idx - last_read_idx);
tag[read_idx - last_read_idx] = 0;
markup = elm_entry_markup_to_utf8(tag);
printf("[%s : %d] %s \n", __func__, __LINE__, markup);
free(tag);
if (markup)
{