Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Oct 26, 2024
1 parent a66f6aa commit c891614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/room-booking/timeline/BookingTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ function validSlotByState(state: InteractionState): Slot | null {
state.hoverAt.room.id,
);
console.log({ range });
if (!range) return null;
return {
Expand Down

0 comments on commit c891614

Please sign in to comment.