mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
refactor: remove some verbose logging
This commit is contained in:
@@ -357,8 +357,6 @@ Emailer.sendViaFallback = async (data) => {
|
||||
// NodeMailer uses a combined "from"
|
||||
data.from = `${data.from_name}<${data.from}>`;
|
||||
delete data.from_name;
|
||||
|
||||
winston.verbose(`[emailer] Sending email to uid ${data.uid} (${data.to})`);
|
||||
await Emailer.fallbackTransport.sendMail(data);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user