mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: remove console.log statements
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user