mirror of https://github.com/apache/nifi.git
NIFI-6948 - Removing some debug logging.
This closes #3935. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
2277d08c8e
commit
42cb6e8489
|
@ -65,7 +65,6 @@ public class ExpressionLanguageAgnosticParameterParser extends AbstractParameter
|
|||
}
|
||||
}
|
||||
|
||||
logger.debug("For input {} found {} Parameter references: {}", input, references.size(), references);
|
||||
return new StandardParameterTokenList(input, references);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -103,7 +103,6 @@ public class ExpressionLanguageAwareParameterParser extends AbstractParameterPar
|
|||
lastChar = c;
|
||||
}
|
||||
|
||||
logger.debug("For input {} found {} Parameter references: {}", input, tokens.size(), tokens);
|
||||
return new StandardParameterTokenList(input, tokens);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue