mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
remove console.log
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user