chore: removed console.log

This commit is contained in:
Catalin Pit
2024-09-11 09:15:02 +03:00
parent ced583a525
commit 7ea7740b88
4 changed files with 35 additions and 33 deletions

View File

@ -213,8 +213,6 @@ export const AddTemplatePlaceholderRecipientsFormPartial = ({
try {
const currentSigner = form.getValues(`signers.${index}`);
console.log('currentSigner', currentSigner);
if (!currentSigner.email) {
return;
}