From df032b65cb55109a540f9a1ec8af5f797ccd5e1c Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 30 Jan 2023 20:28:01 +0100 Subject: [PATCH] remove debug logs --- apps/web/pages/api/users/index.ts | 1 - packages/lib/mail/sendSigningRequest.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/web/pages/api/users/index.ts b/apps/web/pages/api/users/index.ts index a7de762b8..338243c04 100644 --- a/apps/web/pages/api/users/index.ts +++ b/apps/web/pages/api/users/index.ts @@ -29,7 +29,6 @@ async function patchHandler(req: NextApiRequest, res: NextApiResponse) { if (!user) return; const updatedUser = req.body; - console.log(updatedUser); await prisma.user .update({ where: { diff --git a/packages/lib/mail/sendSigningRequest.ts b/packages/lib/mail/sendSigningRequest.ts index 4ab257d79..9e63917d9 100644 --- a/packages/lib/mail/sendSigningRequest.ts +++ b/packages/lib/mail/sendSigningRequest.ts @@ -17,7 +17,6 @@ export const sendSigningRequest = async (recipient: any, document: any) => { `Sign Document` ) ).catch((err) => { - console.log("catch 1"); throw err; }); await prisma.recipient.update({