From b886a2b0ac18c912e5d6357778eaad0506c6781d Mon Sep 17 00:00:00 2001 From: Jaewon Cho Date: Wed, 28 Aug 2013 16:35:17 +0900 Subject: [PATCH] Remove unnecessary logs Change-Id: Ifea19e0dc3eaecdf7dc9febc3c0ac82481ab484c Signed-off-by: Jaewon Cho --- src/ui/FUi_Control.cpp | 2 -- src/ui/FUi_ControlManager.cpp | 10 ---------- 2 files changed, 12 deletions(-) diff --git a/src/ui/FUi_Control.cpp b/src/ui/FUi_Control.cpp index 15d3a8d..a5fe35f 100644 --- a/src/ui/FUi_Control.cpp +++ b/src/ui/FUi_Control.cpp @@ -4297,8 +4297,6 @@ _Control::DoBacktrace(Tizen::Base::Collection::ArrayListT* pBacktraceList void* pBuffer[ADDR_SIZE]; retSize = backtrace(pBuffer, ADDR_SIZE); - SysSecureLog(NID_SHELL, " %d addresses", retSize); - for (int i = 0; i < retSize; i++) { if (pBuffer[i]) diff --git a/src/ui/FUi_ControlManager.cpp b/src/ui/FUi_ControlManager.cpp index ac86f78..60aecbc 100644 --- a/src/ui/FUi_ControlManager.cpp +++ b/src/ui/FUi_ControlManager.cpp @@ -247,11 +247,6 @@ _ControlManager::InitInstance(void) _ControlHandle _ControlManager::Register(_Control* pObject) { - if (pObject) - { - SysLog(NID_UI, "A _Control Registered()"); - } - if (pObject == null) { return _ControlHandle(); @@ -281,11 +276,6 @@ _ControlManager::Release(const _ControlHandle& handle) return null; } - if (pObject) - { - SysLog(NID_UI, "A _Control Released()"); - } - if (__pAllControlList) { __pAllControlList->Remove(pObject); -- 2.7.4