Removing extraneous logging statement.

This commit is contained in:
Aldrin Piri 2015-03-01 13:27:40 -05:00
parent 4d3cff3592
commit 84602ca3e9
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ public class SplitJson extends AbstractJsonPathProcessor {
String jsonPathExpression = processContext.getProperty(ARRAY_JSON_PATH_EXPRESSION).getValue();
final JsonPath jsonPath = JSON_PATH_MAP.get(jsonPathExpression);
getLogger().info("Using value {} for split ", new Object[]{jsonPathExpression});
final List<FlowFile> segments = new ArrayList<>();