chore: remove more onsole.logs

This commit is contained in:
Catalin Pit
2024-09-11 09:33:00 +03:00
parent 7ea7740b88
commit bb7732a203

View File

@ -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) {
throw new Error('Recipient not found');
}