From 54775f79c5ad9943c76ccab790847b1dd1471c1d Mon Sep 17 00:00:00 2001 From: Jorge Vargas Date: Sun, 6 Apr 2025 11:39:12 -0600 Subject: [PATCH] Remove console log --- src/pages/album/[id].astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/album/[id].astro b/src/pages/album/[id].astro index 09bb60a..7b09f8e 100644 --- a/src/pages/album/[id].astro +++ b/src/pages/album/[id].astro @@ -55,8 +55,6 @@ const coverImage = await getImage({ height: 150, width: 150 }) - -console.log(coverImage) ---