diff --git a/client/src/components/Dashboard/Flights/Flights.tsx b/client/src/components/Dashboard/Flights/Flights.tsx index aa2f3adc2c49a40695784882dabdafc4f554f985..20a824586fb6cb3f60a58c04614413bd58160548 100644 --- a/client/src/components/Dashboard/Flights/Flights.tsx +++ b/client/src/components/Dashboard/Flights/Flights.tsx @@ -7,8 +7,6 @@ import { Link } from 'react-router-dom'; function Flights() { const data = useLoaderData() as ICustomerDashboardData | IAirlineDashboardData; - console.log(data) - console.log("bitch pls") if (data.type === 'customer') { return ( <>