From 7904df4005917d64a83c10a12feef92eeb4dd633 Mon Sep 17 00:00:00 2001 From: "sh.pi" Date: Thu, 27 Jun 2013 10:45:35 +0900 Subject: [PATCH] Arrange dlog of display logic. Remove unnecessary dlog and change secure log define. Change-Id: I9dc12fb57d47d86ffc3fe66523b327ace80d9728 Signed-off-by: Seunghun Pi --- src/display/core.c | 3 --- src/display/lsensor.c | 1 - 2 files changed, 4 deletions(-) diff --git a/src/display/core.c b/src/display/core.c index ff2f28f..022366c 100644 --- a/src/display/core.c +++ b/src/display/core.c @@ -49,7 +49,6 @@ #include "core/devices.h" #include "core/device-notifier.h" #include "core/udev.h" -#include "core/log.h" #define USB_CON_PIDFILE "/var/run/.system_server.pid" #define PM_STATE_LOG_FILE "/var/log/pm_state.log" @@ -981,8 +980,6 @@ static int default_check(int next) int trans_cond = trans_condition & MASK_BIT; int lock_state = -1; - _I("trans_cond : %x", trans_cond); - vconf_get_int(VCONFKEY_IDLE_LOCK_STATE, &lock_state); if (lock_state==VCONFKEY_IDLE_LOCK && next != S_SLEEP) { _I("default_check:LOCK STATE, it's transitable"); diff --git a/src/display/lsensor.c b/src/display/lsensor.c index fa097e0..004b4b4 100644 --- a/src/display/lsensor.c +++ b/src/display/lsensor.c @@ -107,7 +107,6 @@ static bool alc_handler(void* data) static int alc_action(int timeout) { - _I("alc action"); /* sampling timer add */ if (alc_timeout_id == 0 && !(pm_status_flag & PWRSV_FLAG)) alc_timeout_id = -- 2.7.4