remove debug logs
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user