mirror of https://github.com/apache/lucene.git
SOLR-12434: remove debug printing from bin/solr
This commit is contained in:
parent
ade22a1ef9
commit
00be7bc2d6
|
@ -912,7 +912,6 @@ if [[ "$SCRIPT_CMD" == "config" ]]; then
|
|||
|
||||
if [ $# -gt 0 ]; then
|
||||
while true; do
|
||||
echo "Got here #1"
|
||||
case "$1" in
|
||||
-z|-zkhost|-zkHost)
|
||||
if [[ -z "$2" || "${2:0:1}" == "-" ]]; then
|
||||
|
|
Loading…
Reference in New Issue