From 5a2b07ff148fbfc35fd9f182e28d095686b8aedd Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 20 Aug 2022 03:59:02 -0400 Subject: [PATCH] Remove comment --- src/components/core/Picture.astro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/core/Picture.astro b/src/components/core/Picture.astro index 8a1f69e..6969d27 100644 --- a/src/components/core/Picture.astro +++ b/src/components/core/Picture.astro @@ -14,12 +14,6 @@ const { ...attrs } = Astro.props; -// const { image, sources = [] } = -// !src ? { image: {}} -// : (typeof src === "string" -// ? { image: { src } } -// : - let picture = null; try { picture = await getPicture({