remove log temporarily
authorChulheon <ch.jeong47@samsung.com>
Fri, 7 Jun 2013 01:10:21 +0000 (10:10 +0900)
committerChulheon <ch.jeong47@samsung.com>
Fri, 7 Jun 2013 01:10:21 +0000 (10:10 +0900)
Change-Id: I6d20d8f1169c33b902683bafcf78eb741412d84c

src/app/FApp_ImeEntry.cpp

index 6b4bd1b..a381d13 100644 (file)
@@ -294,8 +294,6 @@ ParseXmlNode(const xmlNodePtr pXmlNode)
                                        strncpy(__name, reinterpret_cast<char*>(pXmlChar), strlen(reinterpret_cast<char*>(pXmlChar)));
                                        xmlFree(pXmlChar);
                                }
-
-                               LOG(LOG_DEBUG, _LOG_TAG_IME, "%s {%d) > __name is %s.", __func__, __LINE__, __name);
                        }
                        else if (!xmlStrcmp(pItorNode->name, reinterpret_cast<const xmlChar*>("Language")))
                        {
@@ -343,8 +341,6 @@ ParseXmlNode(const xmlNodePtr pXmlNode)
 static void
 ParseImeInfo(const char* filePath)
 {
-       LOG(LOG_DEBUG, _LOG_TAG_IME, "%s {%d) > The filePath is %s.", __func__, __LINE__, filePath);
-
        xmlDocPtr pXmlDoc = null;
        xmlNodePtr pRootElement = null;
 
@@ -433,9 +429,6 @@ scim_helper_module_get_helper_info (unsigned int idx, scim::HelperInfo& info)
        {
                info = scim::HelperInfo(__uuid, __name, "", "",
                                                                scim::SCIM_HELPER_STAND_ALONE | scim::SCIM_HELPER_NEED_SCREEN_INFO | scim::SCIM_HELPER_AUTO_RESTART);
-
-               LOG(LOG_DEBUG, _LOG_TAG_IME, "%s {%d) > __uuid is %s and __name is %s.", __func__, __LINE__, __uuid, __name);
-
                return true;
        }
 
@@ -445,8 +438,6 @@ scim_helper_module_get_helper_info (unsigned int idx, scim::HelperInfo& info)
 scim::String _OSP_EXPORT_
 scim_helper_module_get_helper_language (unsigned int idx)
 {
-       LOG(LOG_DEBUG, _LOG_TAG_IME, "%s {%d) > __language is %s.", __func__, __LINE__, __language);
-
        return __language;
 }