mirror of https://github.com/apache/nifi.git
Removing extraneous logging statement.
This commit is contained in:
parent
4d3cff3592
commit
84602ca3e9
|
@ -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<>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue