summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-06-27 17:39:54 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-06-27 17:39:54 +0900
commit4f35c66b4f93a36453cbcd9ad9a6d4ce6fe19b55 (patch)
tree40bcbb84184dac63313d70dc76b5d82dbe857c8e
parent4061fd25f6df52b008122a36e0174b72889affa0 (diff)
downloadlivebox-edje-4f35c66b4f93a36453cbcd9ad9a6d4ce6fe19b55.tar.gz
livebox-edje-4f35c66b4f93a36453cbcd9ad9a6d4ce6fe19b55.tar.bz2
livebox-edje-4f35c66b4f93a36453cbcd9ad9a6d4ce6fe19b55.zip
Remove verbose logs
Change-Id: Iaee2cea4595ce4141261b90c0e993e8d084afe6e
-rw-r--r--src/script_port.c2
1 files changed, 0 insertions, 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 {