mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove console.log
This commit is contained in:
@@ -776,7 +776,6 @@ export const certificateAuthorityServiceFactory = ({
|
||||
throw new Error(`Invalid altName: ${altName}`);
|
||||
});
|
||||
|
||||
console.log("the altNamesArray: ", altNamesArray);
|
||||
const altNamesExtension = new x509.SubjectAlternativeNameExtension(altNamesArray, false);
|
||||
extensions.push(altNamesExtension);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user