diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index eb3ffcea1..cfe0b826b 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -1632,7 +1632,6 @@ static int set_local_var(const char *s) } *value='\0'; ++value; - printf("name='%s' and value='%s'\n",name, value); namelen = strlen (name); vallen = strlen (value); |