Removed left-over console.log
parent
adbf0476ad
commit
89cefa9894
|
@ -37,7 +37,6 @@ const sendEmail = (calEvent: CalendarEvent, {
|
|||
text: text(calEvent),
|
||||
},
|
||||
(error, info) => {
|
||||
console.log(info);
|
||||
if (error) {
|
||||
console.error("SEND_BOOKING_CONFIRMATION_ERROR", calEvent.attendees[0].email, error);
|
||||
return reject(new Error(error));
|
||||
|
|
Loading…
Reference in New Issue