pager - remove debug printf

This commit is contained in:
Carsten Haitzler 2021-04-20 18:58:08 +01:00
parent 1df6c16fc3
commit 9145276a20
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ _emit_orient(Instance *inst, E_Gadcon_Orient orient)
if (orient > E_GADCON_ORIENT_CORNER_RB) orient = E_GADCON_ORIENT_HORIZ; if (orient > E_GADCON_ORIENT_CORNER_RB) orient = E_GADCON_ORIENT_HORIZ;
snprintf(buf, sizeof(buf), "e,state,orient,%s", signals[orient]); snprintf(buf, sizeof(buf), "e,state,orient,%s", signals[orient]);
printf("%p %s\n", inst->o_base, buf);
if (inst->o_base) if (inst->o_base)
{ {
edje_object_signal_emit(inst->o_base, buf, "e"); edje_object_signal_emit(inst->o_base, buf, "e");