diff --git a/components/upcomingShowPreview.tsx b/components/upcomingShowPreview.tsx index 22f455b..7b57f1c 100644 --- a/components/upcomingShowPreview.tsx +++ b/components/upcomingShowPreview.tsx @@ -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 @@ -45,7 +43,6 @@ export default function UpcomingShowPreview({ - {/* {date} */}