Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Nov 12, 2024
1 parent cadb289 commit e5e03cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/upcomingShowPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export default function UpcomingShowPreview({
}: UpcomingShowType) {
const genres = parseGenres(genresCollection);

console.log(artistsCollection.items);

const artists = formatArtistNames(artistsCollection.items);

// remove artists from title
Expand All @@ -45,7 +43,6 @@ export default function UpcomingShowPreview({
<Pill size="small">
<span className="font-serif text-tiny sm:text-small">
<Date dateString={date} formatString="DD MMM" />
{/* {date} */}
</span>
</Pill>
</div>
Expand Down

0 comments on commit e5e03cd

Please sign in to comment.