diff options
author | Eric Andersen | 2001-03-09 19:43:57 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-09 19:43:57 +0000 |
commit | ce89871ff726a42be87d56e2af1f0bd5040b7549 (patch) | |
tree | 082e0ffddc23b8908d5c3161dedd8ec5c175bfb8 /lash.c | |
parent | 195743f195ad4a74735e4aec1d801c498a60f371 (diff) | |
download | busybox-ce89871ff726a42be87d56e2af1f0bd5040b7549.zip busybox-ce89871ff726a42be87d56e2af1f0bd5040b7549.tar.gz |
Urg. Remove the debug noise
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1086,7 +1086,6 @@ static int expand_arguments(char *command) src = dst+subst_len; } } - printf("expanded '%s'\n", command); #endif return TRUE; |