You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/10/26 19:35:33 UTC

[lucene] branch main updated: LUCENE-10198: remove debug statement that crept in.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 4329450  LUCENE-10198: remove debug statement that crept in.
4329450 is described below

commit 4329450392f11303fdd8ed5352d9cfffca8dc8c1
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Oct 26 21:30:01 2021 +0200

    LUCENE-10198: remove debug statement that crept in.
---
 gradlew | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gradlew b/gradlew
index d79eded..5f47106 100755
--- a/gradlew
+++ b/gradlew
@@ -51,8 +51,6 @@ if [ ! -n "$JAVA_OPTS" ] ; then
     JAVA_OPTS="$DEFAULT_JVM_OPTS"
 fi
 
-echo "# $JAVA_OPTS"
-
 # Use the maximum available, or set MAX_FD != -1 to use that value.
 MAX_FD="maximum"