Skip to content

Commit

Permalink
Fix logos page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia committed Sep 9, 2024
1 parent e7aa22b commit 6c5b1e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/admin/sales.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function Sales() {
return "invalid-password";
}
setExhibitors(exhibitors);
console.log("Exhibitors, ", exhibitors);
setPreferences(foodPreferences);
setPassword(password);
} catch (err) {
Expand Down
2 changes: 0 additions & 2 deletions src/pages/logos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ type LogosProps = {
export default function Logos({ exhibitorData }: LogosProps) {
const t = useLocale();

console.log("Companies: ", exhibitorData);

const mainsponsorPackages = exhibitorData.filter(
(e) => e.packageTier === 3 && e.logoColor
);
Expand Down

0 comments on commit 6c5b1e7

Please sign in to comment.