remove console message
This commit is contained in:
parent
b6f459dd43
commit
239725476b
|
@ -82,7 +82,7 @@ export const useMappingFlightSchedules = (): IUseMappingFlightShedules => {
|
|||
: sortBy((flightSchedules.arrivals as Arrivals[]) , ["arrival.scheduledTimeLocal"]);
|
||||
const pageIndex = getPageIndex(page, numberItemsPerPage);
|
||||
const items = flightsInfoToMap.slice(pageIndex, pageIndex + numberItemsPerPage);
|
||||
console.log('items', items);
|
||||
|
||||
for (const flightSchedule of items) {
|
||||
const mappedInfo =
|
||||
flightInformationType === EInformationType.DEPARTURES
|
||||
|
|
Loading…
Reference in New Issue