Skip to content

Commit

Permalink
Removed an unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JBergVincit committed Jul 25, 2024
1 parent bc7fee8 commit 469fb68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/BookingView/BookingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ function BookingView(props: BookingViewProps) {

makeBooking(bookingDetails, SKIP_CONFIRMATION)
.then((response) => {
console.log(response);
updateData();
createSuccessNotification('Booking was successful');
setBookingLoading('false');
Expand Down

0 comments on commit 469fb68

Please sign in to comment.