raster pushed a commit to branch master.

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

commit a3109996400c487a973fcd3e5eb5a7a556a1d98b
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon May 11 11:01:44 2020 +0100

    shelf - debug printf remove
---
 src/bin/e_shelf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c
index 6b8b9dbf5..e6f6f20f3 100644
--- a/src/bin/e_shelf.c
+++ b/src/bin/e_shelf.c
@@ -330,7 +330,6 @@ e_shelf_zone_new(E_Zone *zone, const char *name, const char 
*style, E_Layer laye
    evas_object_event_callback_add(es->o_base, EVAS_CALLBACK_MOUSE_DOWN,
                                   _e_shelf_cb_mouse_down, es);
    es->name = eina_stringshare_add(name);
-   printf("SHELF1: %p z=%i name=[%s] %4i,%4i %4ix%4i\n", es, es->zone->num, 
es->name, es->x, es->y, es->w, es->h);
    evas_object_resize(es->o_base, es->w, es->h);
 
    e_shelf_style_set(es, style);

-- 


Reply via email to