projects
/
platform
/
core
/
uifw
/
libscl-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0869cf8
)
Remove unnecessary log
81/103781/2
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 9 Dec 2016 11:06:53 +0000
(20:06 +0900)
committer
Jihoon 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
patch
|
blob
|
history
diff --git
a/xmlresource/layout_parser.cpp
b/xmlresource/layout_parser.cpp
index
07aec01
..
ae55757
100644
(file)
--- a/
xmlresource/layout_parser.cpp
+++ b/
xmlresource/layout_parser.cpp
@@
-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);
}
}