Skip to content

Commit

Permalink
es_out: Remove debug sprintf left in es_conf.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Cabezas committed Jul 17, 2023
1 parent fdfe2e0 commit 6c19d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/out_es/es_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ struct flb_elasticsearch *flb_es_conf_create(struct flb_output_instance *ins,
/* Set index record accessor */
if (ctx->target_index) {
ctx->ra_target_index = flb_ra_create(ctx->target_index, FLB_TRUE);
fprintf(stderr, "record accessor at %p", ctx->ra_target_index);
if (!ctx->ra_target_index) {
flb_plg_error(ctx->ins, "invalid record accessor expression for index '%s'", ctx->target_index);
flb_es_conf_destroy(ctx);
Expand Down

0 comments on commit 6c19d6e

Please sign in to comment.