Remove comment

This commit is contained in:
prototypa
2022-08-20 03:59:02 -04:00
parent bac776192c
commit 5a2b07ff14

View File

@ -14,12 +14,6 @@ const {
...attrs ...attrs
} = Astro.props; } = Astro.props;
// const { image, sources = [] } =
// !src ? { image: {}}
// : (typeof src === "string"
// ? { image: { src } }
// :
let picture = null; let picture = null;
try { try {
picture = await getPicture({ picture = await getPicture({