devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b32e1ace46db77cfbfca6ee2e9923ac13b876b89

commit b32e1ace46db77cfbfca6ee2e9923ac13b876b89
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Jul 25 12:18:48 2016 -0400

    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.mich...@samsung.com>
---
 src/lib/ecore_wl2/ecore_wl2_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c 
b/src/lib/ecore_wl2/ecore_wl2_input.c
index c317179..3ea2de0 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);

-- 


Reply via email to