Removed left-over console.log

pull/219/head
Alex van Andel 2021-05-27 22:26:10 +00:00
parent adbf0476ad
commit 89cefa9894
1 changed files with 2 additions and 3 deletions

View File

@ -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));