Remove debugger; calls (#9262)

gh-readonly-queue/main/pr-9259-748f2b42e820f65cbf4714b70d548b55a6bad8b2
Alex van Andel 2023-06-01 13:28:59 +02:00 committed by GitHub
parent 6bc713bc2e
commit 748f2b42e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -489,7 +489,6 @@ function getBookingData({
} }
} }
}); });
debugger;
const reqBody = bookingDataSchema.parse(req.body); const reqBody = bookingDataSchema.parse(req.body);
if ("customInputs" in reqBody) { if ("customInputs" in reqBody) {
if (reqBody.customInputs) { if (reqBody.customInputs) {
@ -585,7 +584,6 @@ async function handler(
...eventType, ...eventType,
bookingFields: getBookingFieldsWithSystemFields(eventType), bookingFields: getBookingFieldsWithSystemFields(eventType),
}; };
debugger;
const { const {
recurringCount, recurringCount,
allRecurringDates, allRecurringDates,