Removed left-over console.log
This commit is contained in:
parent
adbf0476ad
commit
89cefa9894
1 changed files with 2 additions and 3 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue