Skip to content

Commit 6c19d6e

Browse files
committed
es_out: Remove debug sprintf left in es_conf.c
1 parent fdfe2e0 commit 6c19d6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/out_es/es_conf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ struct flb_elasticsearch *flb_es_conf_create(struct flb_output_instance *ins,
274274
/* Set index record accessor */
275275
if (ctx->target_index) {
276276
ctx->ra_target_index = flb_ra_create(ctx->target_index, FLB_TRUE);
277-
fprintf(stderr, "record accessor at %p", ctx->ra_target_index);
278277
if (!ctx->ra_target_index) {
279278
flb_plg_error(ctx->ins, "invalid record accessor expression for index '%s'", ctx->target_index);
280279
flb_es_conf_destroy(ctx);

0 commit comments

Comments
 (0)