diff --git a/backend/src/components/BookingList.tsx b/backend/src/components/BookingList.tsx index 30c0e1f1..7cd94125 100644 --- a/backend/src/components/BookingList.tsx +++ b/backend/src/components/BookingList.tsx @@ -107,7 +107,6 @@ const BookingList = ({ }, [paginationModel]) const fetchData = async (_page: number, _user?: movininTypes.User) => { - console.log('fetch') try { const _pageSize = env.isMobile() ? env.BOOKINGS_MOBILE_PAGE_SIZE : pageSize diff --git a/frontend/src/components/BookingList.tsx b/frontend/src/components/BookingList.tsx index 6e1598ee..97de8508 100644 --- a/frontend/src/components/BookingList.tsx +++ b/frontend/src/components/BookingList.tsx @@ -104,7 +104,6 @@ const BookingList = ({ }, [paginationModel]) const fetchData = async (_page: number, _user?: movininTypes.User) => { - console.log('fetch') try { const _pageSize = env.isMobile() ? env.BOOKINGS_MOBILE_PAGE_SIZE : pageSize