Remove unnecessary log 81/103781/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Dec 2016 11:06:53 +0000 (20:06 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sat, 10 Dec 2016 09:51:09 +0000 (18:51 +0900)
Change-Id: I06abbd3f6073e3690aa16be7e7f7f1e3b9dfd5a1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
xmlresource/layout_parser.cpp

index 07aec01..ae55757 100644 (file)
@@ -363,7 +363,6 @@ void
 LayoutParserImpl::add_upper_string(gchar* newstr) {
     if (newstr) {
         m_vec_upper_strings.push_back(newstr);
-        LOGD("Adding upper string : %s", newstr);
     }
 }