aboutsummaryrefslogtreecommitdiff
path: root/hush.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-15 17:28:26 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-15 17:28:26 +0000
commit15649c11f3568ed6f030953844f201438379e03c (patch)
tree48811f7258292d66272c6f331f7f1a1e282b156a /hush.c
parent20a69a77d25d653128c09880dc24ec405c8220a5 (diff)
downloadbusybox-15649c11f3568ed6f030953844f201438379e03c.tar.gz
Oops. I left in some debug noise.
Diffstat (limited to 'hush.c')
-rw-r--r--hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hush.c b/hush.c
index eb3ffcea1..cfe0b826b 100644
--- a/hush.c
+++ b/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);