Skip to content

Commit 2af438f

Browse files
committed
➖REMOVE: Console statement
1 parent 9f0d862 commit 2af438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/sendgrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default async (req, res) => {
1313
"Thank you for contacting me from my website.\nPlease reply to this mail with your requirements and let me know how I can help you with your project.\n\nBest Regards,\nManu Arora\nSoftware Developer\n+91, 9587738861\n",
1414
});
1515
} catch (error) {
16-
console.log(error);
16+
// console.log(error);
1717
return res.status(error.statusCode || 500).json({ error: error.message });
1818
}
1919

0 commit comments

Comments
 (0)