commit | d422070bade4f5a630d09a94b291e6ab266838e7 | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Tue Oct 22 13:55:55 2019 +0000 |
committer | David Bainbridge <dbainbri@ciena.com> | Tue Oct 22 13:55:55 2019 +0000 |
tree | 94e103a98aa1e9c4d3c3f7e1f171c28093815c9d | |
parent | a259542e33eb875d8606963a7697ee5a55360721 [diff] |
remove some debugging code
diff --git a/voltha b/voltha index f4c2eb1..7ca7b0d 100755 --- a/voltha +++ b/voltha
@@ -196,7 +196,6 @@ VOLTHA_ETCD_PORT=${VOLTHA_ETCD_PORT:-$(expr 23 + $DELTA)79} else VALUES=$(echo $HAVE | sed -e 's/\s//g' | cut -d= -f2) - echo "VALUES = $VALUES" ONOS_API_PORT=${ONOS_API_PORT:-$(echo $VALUES | cut -d, -f1)} ONOS_SSH_PORT=${ONOS_SSH_PORT:-$(echo $VALUES | cut -d, -f2)} VOLTHA_API_PORT=${VOLTHA_API_PORT:-$(echo $VALUES | cut -d, -f3)}