Skip to content

Commit

Permalink
feat: cleaning console.log
Browse files Browse the repository at this point in the history
cgomezhub committed Oct 30, 2024
1 parent 841d121 commit 7ee2217
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/controllers/emailController.js
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@ const sendEmail = async (req, res) => {
try {
const { to, subject, html } = req.body;

console.log('to', to);

await emailSender(to, subject, html)
.then(result => {
console.log('Email sent successfully:', result);
1 change: 0 additions & 1 deletion src/helpers/overviewReportHelper.js
Original file line number Diff line number Diff line change
@@ -76,7 +76,6 @@ const overviewReportHelper = function () {
lastName: 1,
email: 1,
profilePic: 1,
createdDate:1,
},
},
]);

0 comments on commit 7ee2217

Please sign in to comment.