Skip to content

Commit

Permalink
out_es: remove dummy debug line that generated garbage messages (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Apr 6, 2018
1 parent 55e9346 commit 68edb8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/out_es/es.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ static int elasticsearch_error_check(struct flb_http_client *c)
goto done;
}

msgpack_object_print(stdout, key);
if (key.via.str.size != 6) {
continue;
}
Expand Down

0 comments on commit 68edb8d

Please sign in to comment.