raster pushed a commit to branch master.

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

commit bd69387369dd3379f42393bfd78e698e97c51701
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Dec 22 13:22:45 2020 +0000

    e_start - remove noisy debug that isnt useful
---
 src/bin/e_start_main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c
index 3907f3ad8..ebe893710 100644
--- a/src/bin/e_start_main.c
+++ b/src/bin/e_start_main.c
@@ -814,9 +814,6 @@ not_done:
 
         if (result == child)
           {
-             printf("WIFSTOPPED=%i WIFEXITED=%i WEXITSTATUS=%i 
stop_ptrace=%i\n",
-                    WIFSTOPPED(status), WIFEXITED(status),
-                    WEXITSTATUS(status), stop_ptrace);
              if (WIFSTOPPED(status) && (!stop_ptrace))
                {
                   char *backtrace_str = NULL;

-- 


Reply via email to