Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 15, 2025
1 parent 2c18a7e commit a015176
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Scheduling/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ export function computeAppointmentSlots(
time = slotEndTime;
}

console.log("slots", slots);

for (const exception of exceptions) {
const exceptionTime = parse(
exception.start_time,
Expand Down

0 comments on commit a015176

Please sign in to comment.