chore: remove debug console.log
All checks were successful
Deploy to SFTP Server / build (push) Successful in 25m12s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 25m12s
This commit is contained in:
@@ -48,7 +48,6 @@ const {
|
||||
} = Astro.props;
|
||||
|
||||
const imageOk = await checkImage(image);
|
||||
console.log({ ok: imageOk, image });
|
||||
|
||||
const { thumbhash, exif } = imageOk
|
||||
? await getProcessedImage(image)
|
||||
|
||||
Reference in New Issue
Block a user