[git commit] hush: remove stray debugging printout
Denys Vlasenko
vda.linux at googlemail.com
Mon Apr 2 11:26:16 UTC 2018
commit: https://git.busybox.net/busybox/commit/?id=8b536eb40d7b4e65e3a0223ada7246f538ac6e98
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
shell/hush.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/shell/hush.c b/shell/hush.c
index 06fe0e405..1779009e0 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -4240,7 +4240,6 @@ static int fetch_heredocs(int heredoc_cnt, struct parse_context *ctx, struct in_
redir->rd_type = REDIRECT_HEREDOC2;
/* redir->rd_dup is (ab)used to indicate <<- */
-bb_error_msg("redir->rd_filename:'%s'", redir->rd_filename);
p = fetch_till_str(&ctx->as_string, input,
redir->rd_filename, redir->rd_dup);
if (!p) {
More information about the busybox-cvs
mailing list