Revert "Add case for --rpc-drone-address"

This reverts commit dc67dd3357.
This commit is contained in:
Michael Vines
2019-03-13 13:15:49 -07:00
parent dc67dd3357
commit c6ba6cac83

View File

@ -71,9 +71,6 @@ while [[ ${1:0:1} = - ]]; do
elif [[ $1 = --rpc-port ]]; then
extra_fullnode_args+=("$1" "$2")
shift 2
elif [[ $1 = --rpc-drone-address ]]; then
extra_fullnode_args+=("$1" "$2")
shift 2
else
echo "Unknown argument: $1"
exit 1