Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Jul 18, 2023
1 parent d341665 commit f362356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/nextjs/components/Heroblock/Heroblock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ const HeroBlock = ({ event, tagLine, darkText, schedule, submitRuns, ticketLink
return () => clearInterval(interval);
}, []);

console.log(`../../styles/img/${event.logo}`)

return (
<section
className={styles.heroblock}
Expand Down

0 comments on commit f362356

Please sign in to comment.