From: Eric Andersen Date: Fri, 9 Mar 2001 19:43:57 +0000 (-0000) Subject: Urg. Remove the debug noise X-Git-Tag: 0_50~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce89871ff726a42be87d56e2af1f0bd5040b7549;p=oweals%2Fbusybox.git Urg. Remove the debug noise --- diff --git a/lash.c b/lash.c index 865f10b39..b259aa369 100644 --- a/lash.c +++ b/lash.c @@ -1086,7 +1086,6 @@ static int expand_arguments(char *command) src = dst+subst_len; } } - printf("expanded '%s'\n", command); #endif return TRUE; diff --git a/sh.c b/sh.c index 865f10b39..b259aa369 100644 --- a/sh.c +++ b/sh.c @@ -1086,7 +1086,6 @@ static int expand_arguments(char *command) src = dst+subst_len; } } - printf("expanded '%s'\n", command); #endif return TRUE; diff --git a/shell/lash.c b/shell/lash.c index 865f10b39..b259aa369 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1086,7 +1086,6 @@ static int expand_arguments(char *command) src = dst+subst_len; } } - printf("expanded '%s'\n", command); #endif return TRUE;