diff --git a/src/components/Image.astro b/src/components/Image.astro index 294a0e0..d413e97 100644 --- a/src/components/Image.astro +++ b/src/components/Image.astro @@ -48,7 +48,6 @@ const { } = Astro.props; const imageOk = await checkImage(image); -console.log({ ok: imageOk, image }); const { thumbhash, exif } = imageOk ? await getProcessedImage(image)