diff --git a/web/components/Sections/ActorCollection/Card.js b/web/components/Sections/ActorCollection/Card.js index bee1cbec387ff58d21a93e78e9c50a48aeeb8fc4..0cc4b65da51f6825752689edc3b8eb5670602c65 100644 --- a/web/components/Sections/ActorCollection/Card.js +++ b/web/components/Sections/ActorCollection/Card.js @@ -8,7 +8,6 @@ import Date from '../../Date' // import { getNextSanityImage } from '../../../lib/sanity.server' export default function ActorCollectionCard({ data }) { - console.log(data[3].death?.timespan[0].date) return ( <> {data.map((card) => (