Re-remove the println(array) that tripped over jenkins required serialization

Change-Id: If69da8c447ee817edda57108f9ba3339dc05b52c
diff --git a/vars/volthaInfraDeploy.groovy b/vars/volthaInfraDeploy.groovy
index 5fcd4f9..7073e87 100644
--- a/vars/volthaInfraDeploy.groovy
+++ b/vars/volthaInfraDeploy.groovy
@@ -40,23 +40,7 @@
             o helm upgrade --install (inital update)
      */
 
-    namespaces = sh(
-	script: 'kubectl get namespaces || true',
-	returnStdout: true
-    ).trim()
-    print(namespaces)
-
-    // Document prior to removal
-    namespaces.each{namespace ->
-	namespaces = sh("kubectl describe namespaces ${namespace} || true")
-    }
-
-    /*
-     // [TODO] Remove if safe op: clean state and avoids a special case.
-    namespaces.each{namespace ->
-	namespaces = sh("kubectl delete namespaces ${namespace}")
-    }
-     */
+    sh('kubectl get namespaces || true')
 
     println("** ${iam}: LEAVE")    
     return