summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-07-25 12:18:48 -0400
committerChris Michael <cp.michael@samsung.com>2016-07-25 12:18:48 -0400
commitb32e1ace46db77cfbfca6ee2e9923ac13b876b89 (patch)
tree2e662cd3f6012945ba876b01e35c584241541ef3
parenta17d59c7c334a91a70dd697ba014ed35000503f5 (diff)
downloadefl-b32e1ace46db77cfbfca6ee2e9923ac13b876b89.tar.gz
ecore-wl2: Reduce debug noise on key events
This is annoying to see key events flooding a terminal ... so comment out this debug statement. If a developer really needs this, then enable it locally. Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c b/src/lib/ecore_wl2/ecore_wl2_input.c
index c3171792c3..3ea2de0a64 100644
--- a/src/lib/ecore_wl2/ecore_wl2_input.c
+++ b/src/lib/ecore_wl2/ecore_wl2_input.c
@@ -467,7 +467,7 @@ _ecore_wl2_input_key_send(Ecore_Wl2_Input *input, Ecore_Wl2_Window *window, xkb_
ev->modifiers = input->keyboard.modifiers;
ev->keycode = code;
- DBG("Emitting Key event (%s,%s,%s,%s)\n", ev->keyname, ev->key, ev->compose, ev->string);
+ /* DBG("Emitting Key event (%s,%s,%s,%s)\n", ev->keyname, ev->key, ev->compose, ev->string); */
if (state)
ecore_event_add(ECORE_EVENT_KEY_DOWN, ev, NULL, NULL);