Remove logging user provided NODE_IP_RANGE to stderr

This commit is contained in:
Antoni Zawodny 2020-05-18 16:07:41 +02:00
parent 1f8b3d6288
commit 5ec2ff2d20

View File

@ -79,7 +79,6 @@ function get-master-disk-size() {
function get-node-ip-range {
if [[ -n "${NODE_IP_RANGE:-}" ]]; then
>&2 echo "Using user provided NODE_IP_RANGE: ${NODE_IP_RANGE}"
echo "${NODE_IP_RANGE}"
return
fi