Skip to content

Commit 5ec2ff2

Browse files
committed
Remove logging user provided NODE_IP_RANGE to stderr
1 parent 1f8b3d6 commit 5ec2ff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cluster/gce/config-common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function get-master-disk-size() {
7979

8080
function get-node-ip-range {
8181
if [[ -n "${NODE_IP_RANGE:-}" ]]; then
82-
>&2 echo "Using user provided NODE_IP_RANGE: ${NODE_IP_RANGE}"
8382
echo "${NODE_IP_RANGE}"
8483
return
8584
fi

0 commit comments

Comments
 (0)