From 999890e05b919c1c9c33851b4988d0edc1ab9797 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Tue, 21 Jan 2014 14:35:39 +0900 Subject: [PATCH] Remove verbose logging message Change-Id: I2aa7758823bfc1b411c2818238de4d0a718d6bc9 --- src/livebox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/livebox.c b/src/livebox.c index 344ae1e..bbb04bf 100644 --- a/src/livebox.c +++ b/src/livebox.c @@ -3886,8 +3886,6 @@ EAPI int livebox_set_visibility(struct livebox *handler, enum livebox_visible_st } } - DbgPrint("[%s] Change visiblity to 0x%x\n", handler->common->pkgname, state); - if (handler->visible == state) { DbgPrint("%s has no changes\n", handler->common->pkgname); return LB_STATUS_ERROR_ALREADY; -- 2.7.4