Urg. Remove the debug noise

This commit is contained in:
Eric Andersen 2001-03-09 19:43:57 +00:00
parent 195743f195
commit ce89871ff7
3 changed files with 0 additions and 3 deletions

1
lash.c
View File

@ -1086,7 +1086,6 @@ static int expand_arguments(char *command)
src = dst+subst_len;
}
}
printf("expanded '%s'\n", command);
#endif
return TRUE;

1
sh.c
View File

@ -1086,7 +1086,6 @@ static int expand_arguments(char *command)
src = dst+subst_len;
}
}
printf("expanded '%s'\n", command);
#endif
return TRUE;

View File

@ -1086,7 +1086,6 @@ static int expand_arguments(char *command)
src = dst+subst_len;
}
}
printf("expanded '%s'\n", command);
#endif
return TRUE;