remove all logging noise
This commit is contained in:
@@ -198,8 +198,6 @@ const sendBulkEmail = async marketAlerts => {
|
||||
ReplacementTemplateData: repData
|
||||
});
|
||||
}
|
||||
console.log("AWS EMAIL : Bulk email replacement data:");
|
||||
console.log(destinations);
|
||||
|
||||
var params = {
|
||||
Destinations: destinations,
|
||||
@@ -214,8 +212,6 @@ const sendBulkEmail = async marketAlerts => {
|
||||
.sendBulkTemplatedEmail(params)
|
||||
.promise();
|
||||
const awsResult = await sendPromise;
|
||||
console.log("AWS SES bulk email response");
|
||||
console.log(awsResult);
|
||||
} catch (e) {
|
||||
console.log("Could not send bulk email", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user