raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=9145276a20ef5c51c9024b2d234cc630167b7d4d
commit 9145276a20ef5c51c9024b2d234cc630167b7d4d Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Apr 20 18:58:08 2021 +0100 pager - remove debug printf --- src/modules/pager/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c index 552239f7c..5aefc284b 100644 --- a/src/modules/pager/e_mod_main.c +++ b/src/modules/pager/e_mod_main.c @@ -231,7 +231,6 @@ _emit_orient(Instance *inst, E_Gadcon_Orient orient) if (orient > E_GADCON_ORIENT_CORNER_RB) orient = E_GADCON_ORIENT_HORIZ; snprintf(buf, sizeof(buf), "e,state,orient,%s", signals[orient]); - printf("%p %s\n", inst->o_base, buf); if (inst->o_base) { edje_object_signal_emit(inst->o_base, buf, "e"); --