hush: remove stray debugging printout
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 2 Apr 2018 11:26:16 +0000 (13:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 2 Apr 2018 11:26:16 +0000 (13:26 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 06fe0e405dedd71b0ad2b1869545799e30c843f3..1779009e07c27a198d3e6dc935ae9cbe4f6c7611 100644 (file)
@@ -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) {