From 9145276a20ef5c51c9024b2d234cc630167b7d4d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 20 Apr 2021 18:58:08 +0100 Subject: [PATCH] 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");