From 2a98f63edc6c1ddc431f147123bc7ab5b083cc12 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 15 Jan 2026 20:18:15 +0100 Subject: [PATCH] chore: remove debug console.log --- src/components/Image.astro | 1 - 1 file changed, 1 deletion(-) 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)