diff --git a/integrationTests/e2e-tls/setup.js b/integrationTests/e2e-tls/setup.js index 4ac894a..f4d6012 100644 --- a/integrationTests/e2e-tls/setup.js +++ b/integrationTests/e2e-tls/setup.js @@ -14,7 +14,6 @@ const clientKeyRaw = `${process.env.VAULT_CLIENT_KEY}`; (async () => { try { var caCertificate = Buffer.from(caCertificateRaw, 'base64').toString(); - console.log('CA Certificate preview:', caCertificate.substring(0, 50)) if (caCertificate == null) { throw Error("VAULTCA env not set.") }