projects
/
platform
/
core
/
uifw
/
e-mod-tizen-eom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ae3e7
)
remove noisy log message.
48/45248/1
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
accepted/tizen/mobile/20150804.063023
accepted/tizen/tv/20150804.063034
submit/tizen_common/20151023.075530
submit/tizen_common/20151023.080506
submit/tizen_common/20151023.081359
submit/tizen_common/20151023.081640
submit/tizen_common/20151023.082416
submit/tizen_common/20151023.083358
submit/tizen_common/20151026.085049
submit/tizen_mobile/20150804.061512
submit/tizen_tv/20150804.061525
tizen_3.0.m1_mobile_release
tizen_3.0.m1_tv_release
tizen_3.0.m2.a1_mobile_release
tizen_3.0.m2.a1_tv_release
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 4 Aug 2015 05:40:14 +0000
(14:40 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 4 Aug 2015 05:40:14 +0000
(14:40 +0900)
Change-Id: I2e54acef8a39ba67acd7d526ea859638c6c8b6e1
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index c68a2176ad61ba9ca34ebfe3fd6fc656bdd65018..c5cc2309950e8ed94981e9c89160954e10d4c7d5 100755
(executable)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-43,8
+43,6
@@
_e_eom_e_client_remove_cb(void *data, int type, void *event)
(void) event;
(void) data;
- EOM_DBG("e_client: %p is died\n", ec);
-
return ECORE_CALLBACK_PASS_ON;
}