mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 17:21:41 +10:00
chore: remove console.logs
This commit is contained in:
@ -69,8 +69,6 @@ export const sealDocument = async ({ documentId, sendEmail = true }: SealDocumen
|
||||
|
||||
const doc = await PDFDocument.load(pdfData);
|
||||
|
||||
console.log('Fields to insert into PDF: ', fields);
|
||||
|
||||
for (const field of fields) {
|
||||
await insertFieldInPDF(doc, field);
|
||||
}
|
||||
|
||||
@ -238,7 +238,6 @@ export const documentRouter = router({
|
||||
userId: ctx.user.id,
|
||||
});
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
throw new TRPCError({
|
||||
code: 'BAD_REQUEST',
|
||||
message: 'We are unable to duplicate this document. Please try again later.',
|
||||
|
||||
Reference in New Issue
Block a user