projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ea09f
)
ecore_glib: remove debug log
18/280818/1
author
Hosang Kim
<hosang12.kim@samsung.com>
Mon, 5 Sep 2022 10:38:23 +0000
(19:38 +0900)
committer
Hosang Kim
<hosang12.kim@samsung.com>
Mon, 5 Sep 2022 10:38:23 +0000
(19:38 +0900)
Change-Id: Icf504facb647e0186528270bf2bb01a3d61bd6ce
src/lib/ecore/ecore_glib.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore/ecore_glib.c
b/src/lib/ecore/ecore_glib.c
index 83ef74babae0a8aac4d0cdf8c85b2368695724d6..02678e186ed477df8e352d4dbc3e4992d8ee170d 100644
(file)
--- a/
src/lib/ecore/ecore_glib.c
+++ b/
src/lib/ecore/ecore_glib.c
@@
-219,10
+219,8
@@
_ecore_glib_select__locked(GMainContext *ctx,
ret = _ecore_glib_context_poll_to
(_ecore_glib_fds, reqfds, rfds, wfds, efds, ret);
- ERR("g_main_context_dispatch Start");
if (g_main_context_check(ctx, priority, _ecore_glib_fds, reqfds))
g_main_context_dispatch(ctx);
- ERR("g_main_context_dispatch End");
return ret;