mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
chore: remove more onsole.logs
This commit is contained in:
@ -38,15 +38,6 @@ export const deleteRecipientFromTemplate = async ({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('deleteRecipientFromTemplate function pure', recipient);
|
|
||||||
|
|
||||||
console.log('deleteRecipientFromTemplate function pure', {
|
|
||||||
templateId,
|
|
||||||
recipientId,
|
|
||||||
userId,
|
|
||||||
teamId,
|
|
||||||
});
|
|
||||||
|
|
||||||
if (!recipient) {
|
if (!recipient) {
|
||||||
throw new Error('Recipient not found');
|
throw new Error('Recipient not found');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user