CLEANUP : remove extraneous logging statement.
Original commit: elastic/x-pack-elasticsearch@b6dd5601b9
This commit is contained in:
parent
2954f5f9c2
commit
8615cdb6af
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue