mirror of https://github.com/apache/lucene.git
LUCENE-10198: remove debug statement that crept in.
This commit is contained in:
parent
fb6aaa7b2c
commit
4329450392
|
@ -51,8 +51,6 @@ if [ ! -n "$JAVA_OPTS" ] ; then
|
||||||
JAVA_OPTS="$DEFAULT_JVM_OPTS"
|
JAVA_OPTS="$DEFAULT_JVM_OPTS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "# $JAVA_OPTS"
|
|
||||||
|
|
||||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
MAX_FD="maximum"
|
MAX_FD="maximum"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue