mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
chore: removed console.log
This commit is contained in:
@ -213,8 +213,6 @@ export const AddTemplatePlaceholderRecipientsFormPartial = ({
|
||||
try {
|
||||
const currentSigner = form.getValues(`signers.${index}`);
|
||||
|
||||
console.log('currentSigner', currentSigner);
|
||||
|
||||
if (!currentSigner.email) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user