From 7ab43c03b6ed9a31bb0fa38cb6bb7fd2a64c3254 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Wed, 29 May 2013 16:06:20 +0900 Subject: [PATCH 1/1] Remove unnecessary dlog Change-Id: I45c41ee1aab082c79983dfd351e7fb3ebd6303d1 --- src/livebox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/livebox.c b/src/livebox.c index c3a112a..21b5667 100644 --- a/src/livebox.c +++ b/src/livebox.c @@ -2715,13 +2715,11 @@ int lb_delete_all(void) int lb_set_content(struct livebox *handler, const char *content) { if (handler->content) { - DbgPrint("Release content: %s\n", content); free(handler->content); handler->content = NULL; } if (content) { - DbgPrint("Update Content: [%s]\n", content); handler->content = strdup(content); if (!handler->content) { CRITICAL_LOG("Heap: %s (content: %s)\n", strerror(errno), content); -- 2.7.4