raster pushed a commit to branch master.

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

commit 15733e53ef5845c1bafb31d95f68f8a60ba2b18a
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Jun 7 15:32:48 2021 +0100

    mixer - printf debug - remove
---
 src/modules/mixer/e_mod_main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/modules/mixer/e_mod_main.c b/src/modules/mixer/e_mod_main.c
index e85afccfc..7de9214e5 100644
--- a/src/modules/mixer/e_mod_main.c
+++ b/src/modules/mixer/e_mod_main.c
@@ -527,7 +527,6 @@ _popup_playback_box_refill(Instance *inst)
      }
    EINA_LIST_FREE(del_list, o) evas_object_del(o);
    playbacks = (Eina_List *)emix_sink_inputs_get();
-   printf("MX: playbacks %p\n", playbacks);
    EINA_LIST_FOREACH(playbacks, l, s)
      {
         E_Client *ec = NULL;
@@ -536,7 +535,6 @@ _popup_playback_box_refill(Instance *inst)
 
         ic = NULL;
         pid = s->pid;
-        printf("MX: + PID %i\n", pid);
         for (;;)
           {
              if ((pid <= 1) || (pid == getpid())) return;
@@ -563,7 +561,6 @@ _popup_playback_box_refill(Instance *inst)
           }
         if (ic)
           {
-             printf("MX: + %p\n", ic);
              evas_object_size_hint_min_set(ic, 20 * e_scale, 20 * e_scale);
              elm_box_pack_end(inst->playback_box, ic);
              evas_object_show(ic);

-- 


Reply via email to