CLEANUP : remove extraneous logging statement.

Original commit: elastic/x-pack-elasticsearch@b6dd5601b9
This commit is contained in:
Brian Murphy 2014-11-19 12:04:15 +00:00
parent 2954f5f9c2
commit 8615cdb6af
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ public class AlertActionManager extends AbstractComponent {
String currentFieldName = null;
XContentParser.Token token = parser.nextToken();
assert token == XContentParser.Token.START_OBJECT;
logger.error("source [{}]",source.toUtf8());
while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) {
if (token == XContentParser.Token.FIELD_NAME) {
currentFieldName = parser.currentName();