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({