mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
remove debug logs
This commit is contained in:
@ -29,7 +29,6 @@ async function patchHandler(req: NextApiRequest, res: NextApiResponse) {
|
|||||||
if (!user) return;
|
if (!user) return;
|
||||||
|
|
||||||
const updatedUser = req.body;
|
const updatedUser = req.body;
|
||||||
console.log(updatedUser);
|
|
||||||
await prisma.user
|
await prisma.user
|
||||||
.update({
|
.update({
|
||||||
where: {
|
where: {
|
||||||
|
|||||||
@ -17,7 +17,6 @@ export const sendSigningRequest = async (recipient: any, document: any) => {
|
|||||||
`Sign Document`
|
`Sign Document`
|
||||||
)
|
)
|
||||||
).catch((err) => {
|
).catch((err) => {
|
||||||
console.log("catch 1");
|
|
||||||
throw err;
|
throw err;
|
||||||
});
|
});
|
||||||
await prisma.recipient.update({
|
await prisma.recipient.update({
|
||||||
|
|||||||
Reference in New Issue
Block a user