remove console.log

This commit is contained in:
Thomas Ruoff
2022-10-11 23:08:36 +02:00
parent 5172f391ff
commit a9ca3439d2

View File

@@ -38,8 +38,6 @@ export const getServerSideBooking = async (
const uuid = Array.isArray(uuids) ? uuids[0] : uuids
const booking = await getBookingByUUID(uuid)
console.log(booking.createdAt);
if (!booking) {
res.statusCode = 404
res.end()