diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |