Removed left-over console.log

This commit is contained in:
Alex van Andel 2021-05-27 22:26:10 +00:00
parent adbf0476ad
commit 89cefa9894

View file

@ -37,7 +37,6 @@ const sendEmail = (calEvent: CalendarEvent, {
text: text(calEvent), text: text(calEvent),
}, },
(error, info) => { (error, info) => {
console.log(info);
if (error) { if (error) {
console.error("SEND_BOOKING_CONFIRMATION_ERROR", calEvent.attendees[0].email, error); console.error("SEND_BOOKING_CONFIRMATION_ERROR", calEvent.attendees[0].email, error);
return reject(new Error(error)); return reject(new Error(error));