remove creds print

Change-Id: I18762a7e7b24e11d722030dabd607b7a324ee2a5
diff --git a/mk-k8s-mcp-oc-deploy-pipeline.groovy b/mk-k8s-mcp-oc-deploy-pipeline.groovy
index a9b3616..ec007ed 100644
--- a/mk-k8s-mcp-oc-deploy-pipeline.groovy
+++ b/mk-k8s-mcp-oc-deploy-pipeline.groovy
@@ -22,7 +22,6 @@
 git = new com.mirantis.mk.git()
 openstack = new com.mirantis.mk.openstack()
 salt = new com.mirantis.mk.salt()
-common = new com.mirantis.mk.common()
 
 node {
 
@@ -40,9 +39,6 @@
 
     stage ('Download Heat templates') {
         git.checkoutGitRepository('template', HEAT_TEMPLATE_URL, HEAT_TEMPLATE_BRANCH, HEAT_TEMPLATE_CREDENTIALS)
-        creds = common.getPasswordCredentials(SALT_MASTER_CREDENTIALS)
-        println(creds.username)
-        println(creds.password.toString())
     }
 
     stage('Install OpenStack env') {