From adcafdd951d278e4fcfec390b89838c8fb04a0b8 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sat, 7 Jan 2023 14:08:25 -0500 Subject: [PATCH] cleanup --- src/pages/posts/[slug].astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index a922762..a71242b 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -7,8 +7,6 @@ import BlogHeader from "../../components/BlogHeader.astro"; const { slug } = Astro.params; -console.log(`SLUG: ${slug}`); - const response = await fetch( `https://api.cosmicjs.com/v2/buckets/${ import.meta.env.BUCKET_SLUG