From 4f35c66b4f93a36453cbcd9ad9a6d4ce6fe19b55 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 27 Jun 2013 17:39:54 +0900 Subject: [PATCH] Remove verbose logs Change-Id: Iaee2cea4595ce4141261b90c0e993e8d084afe6e --- src/script_port.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/script_port.c b/src/script_port.c index 6311bf9..3644ff8 100644 --- a/src/script_port.c +++ b/src/script_port.c @@ -291,7 +291,6 @@ PUBLIC int script_update_text(void *h, Evas *e, const char *id, const char *part } elm_access_info_set(ao, ELM_ACCESS_INFO, utf8); - DbgPrint("[%s] Update access object (%s)\n", part, utf8); free(utf8); } else { ErrPrint("Unable to get text part[%s]\n", part); @@ -522,7 +521,6 @@ PUBLIC int script_update_access(void *_h, Evas *e, const char *id, const char *p ao = evas_object_data_get(to, "ao"); if (ao) { - DbgPrint("[%s] Update access object (%s)\n", part, text); if (text && strlen(text)) { elm_access_info_set(ao, ELM_ACCESS_INFO, text); } else { -- 2.7.4