Skip to content

Commit

Permalink
Removed unused console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
WishingWell13 committed Apr 27, 2024
1 parent b63a0cc commit 868d5a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/store/OrderCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ const OrderCard = ({ order, futurePickupEvents }: OrderCardProps) => {
const orderOpen = open && orderData !== null;
const [statusName, setStatusName] = useState<string>(orderStatusName[orderStatus]);

// console.log(new Date(pickupEvent.start).getFullYear());

useEffect(() => {
if (open && orderData === null) {
// Only run if we haven't fetched the data yet (orderData === null)
Expand Down

0 comments on commit 868d5a5

Please sign in to comment.