removed console log

This commit is contained in:
Miodec 2023-05-22 14:32:07 +02:00
parent d0c93f3409
commit 5d2b07308b

View file

@ -120,8 +120,6 @@ export async function sendVerificationEmail(
throw e;
}
console.log(link);
await emailQueue.sendVerificationEmail(email, userInfo.name, link);
return new MonkeyResponse("Email sent");