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