chore: remove debug console.log
All checks were successful
Deploy to SFTP Server / build (push) Successful in 25m12s

This commit is contained in:
Max Richter
2026-01-15 20:18:15 +01:00
parent 5ef7771453
commit 2a98f63edc

View File

@@ -48,7 +48,6 @@ const {
} = Astro.props;
const imageOk = await checkImage(image);
console.log({ ok: imageOk, image });
const { thumbhash, exif } = imageOk
? await getProcessedImage(image)