SOLR-12434: remove debug printing from bin/solr

This commit is contained in:
Steve Rowe 2018-06-12 21:00:39 -04:00
parent ade22a1ef9
commit 00be7bc2d6
1 changed files with 0 additions and 1 deletions

View File

@ -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