Skip to content

Commit 2c49eac

Browse files
Francisca105nalves599
authored andcommitted
Remove debug console log from VenueStands component
1 parent de09f5d commit 2c49eac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/(authenticated)/venue/VenueStands.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const VenueStands: React.FC<VenueStandsProps> = ({ companies }) => {
6262
};
6363

6464
const sortedDays = getAllUniqueDates(companies);
65-
console.log(sortedDays);
6665

6766
const companiesForSelectedDay = useMemo(() => {
6867
if (!showingDay) return [];

0 commit comments

Comments
 (0)