Oops. I left in some debug noise.

This commit is contained in:
Eric Andersen 2001-05-15 17:28:26 +00:00
parent 20a69a77d2
commit 15649c11f3
2 changed files with 0 additions and 2 deletions

1
hush.c
View File

@ -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);

View File

@ -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);