Enable debugging for repo:onos job

Change-Id: Id79a74a4773151b01d7d30cc31b058fcff68f5fb
diff --git a/vars/volthaStackDeploy.groovy b/vars/volthaStackDeploy.groovy
index f04e62a..5ccae56 100644
--- a/vars/volthaStackDeploy.groovy
+++ b/vars/volthaStackDeploy.groovy
@@ -135,7 +135,7 @@
 EOM
 
 # set -euo pipefail
-set +x #                 # Logs are noisy when commented
+set +x #                 # Logs are noisy with set -x
 
 declare -i count=0
 declare -i debug=1       # uncomment to enable debugging
@@ -234,7 +234,7 @@
 
 declare -i count=0
 declare -i debug=1       # uncomment to enable debugging
-# declare -i verbose=1   # uncomment to enable debugging
+declare -i verbose=1     # uncomment to enable debugging
 vsd_log='volthaStackDeploy.tmp'
 echo > \$vsd_log