From bd69387369dd3379f42393bfd78e698e97c51701 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 22 Dec 2020 13:22:45 +0000 Subject: [PATCH] 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;