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)}