diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-09 19:43:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-09 19:43:57 +0000 |
commit | ce89871ff726a42be87d56e2af1f0bd5040b7549 (patch) | |
tree | 082e0ffddc23b8908d5c3161dedd8ec5c175bfb8 | |
parent | 195743f195ad4a74735e4aec1d801c498a60f371 (diff) |
Urg. Remove the debug noise
-rw-r--r-- | lash.c | 1 | ||||
-rw-r--r-- | sh.c | 1 | ||||
-rw-r--r-- | shell/lash.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -1086,7 +1086,6 @@ static int expand_arguments(char *command) src = dst+subst_len; } } - printf("expanded '%s'\n", command); #endif return TRUE; @@ -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; |