From 66ff897b2387a8311cde3035733dae1920bff841 Mon Sep 17 00:00:00 2001 From: tarjelavik <Tarje.Lavik@ub.uib.no> Date: Fri, 8 Oct 2021 16:46:54 +0200 Subject: [PATCH] Remove console.log --- web/components/Sections/ActorCollection/Card.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/Sections/ActorCollection/Card.js b/web/components/Sections/ActorCollection/Card.js index bee1cbe..0cc4b65 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) => ( -- GitLab