raster pushed a commit to branch enlightenment-0.24.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=29c736e327dea9382b87dce61dc9cb73dba5eb95

commit 29c736e327dea9382b87dce61dc9cb73dba5eb95
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jun 10 10:12:16 2020 +0100

    debug printf--
---
 src/modules/vkbd/e_kbd_int.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/vkbd/e_kbd_int.c b/src/modules/vkbd/e_kbd_int.c
index a828fd603..c65b94ea5 100644
--- a/src/modules/vkbd/e_kbd_int.c
+++ b/src/modules/vkbd/e_kbd_int.c
@@ -1010,7 +1010,6 @@ _e_kbd_int_layout_build(E_Kbd_Int *ki)
 
    evas_object_grid_size_set(ki->layout_obj, ki->layout.w, ki->layout.h);
 
-   printf("================ layout build %ix%i\n", ki->layout.w, ki->layout.h);
    EINA_LIST_FOREACH(ki->layout.keys, l, ky)
      {
         E_Kbd_Int_Key_State *st;

-- 


Reply via email to