diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 70b273b8..01e38379 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -649,7 +649,7 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%~*} item=${ditem#*~}; item=${item/.repl/} - echo "HERE: ${ditem} - ${host} - ${item}" + # echo "HERE: ${ditem} - ${host} - ${item}" if [[ ${ditem} == *"~"* ]] && [[ ${ditem} == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then itemname=${NM_REPL_DESC[${item}]}