fix: remove console.log statements

This commit is contained in:
Mythie
2024-05-23 15:10:28 +10:00
parent 311328471e
commit 64bec5f29c

View File

@ -102,11 +102,8 @@ export const sealDocument = async ({
// Normalize and flatten layers that could cause issues with the signature
normalizeSignatureAppearances(doc);
console.log('normalized');
flattenForm(doc);
console.log('flattened');
flattenAnnotations(doc);
console.log('annotations');
if (certificate) {
const certificatePages = await doc.copyPages(certificate, certificate.getPageIndices());