From: Jiyeon Kim Date: Thu, 28 Mar 2013 02:15:10 +0000 (+0900) Subject: Remove tizen log for Battery and web database log X-Git-Tag: 2.1_release~281^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09e348dea0ecc83e8d26352812b199788272d934;p=framework%2Fweb%2Fwebkit-efl.git Remove tizen log for Battery and web database log [Title] Remove tizen log for BatteryProviderEfl.cpp [Problem] N/A [Cause] N/A [Solution] These are unnecessary log Change-Id: I18419c31fe3cd0819144e383a008ae4abcfd75aa --- diff --git a/Source/WebCore/platform/Logging.cpp b/Source/WebCore/platform/Logging.cpp index d081606..5b6f785 100644 --- a/Source/WebCore/platform/Logging.cpp +++ b/Source/WebCore/platform/Logging.cpp @@ -54,11 +54,7 @@ WTFLogChannel LogResourceLoading = { 0x00020000, "WebCoreLogLevel", WTFLogChan WTFLogChannel LogNetwork = { 0x00100000, "WebCoreLogLevel", WTFLogChannelOff }; WTFLogChannel LogFTP = { 0x00200000, "WebCoreLogLevel", WTFLogChannelOff }; WTFLogChannel LogThreading = { 0x00400000, "WebCoreLogLevel", WTFLogChannelOff }; -#if ENABLE(TIZEN_LOG) -WTFLogChannel LogStorageAPI = { 0x00800000, "WebCoreLogLevel", WTFLogChannelOn }; -#else WTFLogChannel LogStorageAPI = { 0x00800000, "WebCoreLogLevel", WTFLogChannelOff }; -#endif WTFLogChannel LogMedia = { 0x01000000, "WebCoreLogLevel", WTFLogChannelOff }; WTFLogChannel LogPlugins = { 0x02000000, "WebCoreLogLevel", WTFLogChannelOff }; diff --git a/Source/WebCore/platform/efl/BatteryProviderEfl.cpp b/Source/WebCore/platform/efl/BatteryProviderEfl.cpp index 8fd6f2c..540f941 100644 --- a/Source/WebCore/platform/efl/BatteryProviderEfl.cpp +++ b/Source/WebCore/platform/efl/BatteryProviderEfl.cpp @@ -58,7 +58,6 @@ void batteryChargingAndLevelChangeCallback(keynode_t *keynode, void* data) TIZEN_LOGE("vconf_keynode_get_name failed"); return; } - TIZEN_LOGI("key(%s)", key); BatteryProviderEfl* client = static_cast(data); BatteryStatus* clientBatteryStatus = client->batteryStatus();