Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jun 24, 2024
1 parent 051eee8 commit d69267a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit d69267a

Please sign in to comment.