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
|
// Normalize and flatten layers that could cause issues with the signature
|
||||||
normalizeSignatureAppearances(doc);
|
normalizeSignatureAppearances(doc);
|
||||||
console.log('normalized');
|
|
||||||
flattenForm(doc);
|
flattenForm(doc);
|
||||||
console.log('flattened');
|
|
||||||
flattenAnnotations(doc);
|
flattenAnnotations(doc);
|
||||||
console.log('annotations');
|
|
||||||
|
|
||||||
if (certificate) {
|
if (certificate) {
|
||||||
const certificatePages = await doc.copyPages(certificate, certificate.getPageIndices());
|
const certificatePages = await doc.copyPages(certificate, certificate.getPageIndices());
|
||||||
|
|||||||
Reference in New Issue
Block a user