Skip to content
Permalink
Browse files
Don't log email campaign success address
  • Loading branch information
Johnny Lin committed Jun 13, 2020
1 parent 619c528 commit 2c614e6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -227,7 +227,7 @@ router.post("/send-emails-to-campaign",
})
.then(result => {
successCount = successCount + 1;
Logger.info("successfully sent email #" + successCount + " - envelope: " + result.envelope.to);
Logger.info("successfully sent email #" + successCount);
})
.catch(error => {
// set as failed in DB but continue

0 comments on commit 2c614e6

Please sign in to comment.