From e96efbce9f8900939b21559d06145270e8fa63e2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 12:22:45 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 524ee148..e88b46a5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -350,7 +350,6 @@ NODEUPDATES() { ((nc_count++)) fi done - echo "HERE: ${nc_count} - ${ncount}" if [ ${nc_count} -eq ${ncount} ]; then completed=true break