elementary/elm_entry.c : Removed test log.
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 27 Jun 2013 08:09:35 +0000 (17:09 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 27 Jun 2013 08:09:35 +0000 (17:09 +0900)
src/lib/elm_entry.c

index 2104951..169ff85 100644 (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)
                               {