mirror of https://github.com/apache/lucene.git
Remove inadvertently included println
This commit is contained in:
parent
c1bea96cf9
commit
cf88f54a29
|
@ -82,7 +82,6 @@ public class InjectionDefense {
|
|||
@SuppressWarnings("WeakerAccess")
|
||||
public StreamExpression safeExpression() {
|
||||
String exprStr = buildExpression();
|
||||
System.out.println(exprStr);
|
||||
StreamExpression parsed = StreamExpressionParser.parse(exprStr);
|
||||
int actual = countExpressions(parsed);
|
||||
if (actual != expressionCount) {
|
||||
|
|
Loading…
Reference in New Issue