diff --git a/components/content/ProseH1.vue b/components/content/ProseH1.vue
index 25ea7b5a7043682391fc69ad403b2ff243e66c77..23edff067437132bd264725632dc2406a4422e1c 100644
--- a/components/content/ProseH1.vue
+++ b/components/content/ProseH1.vue
@@ -13,7 +13,6 @@ import { useRuntimeConfig } from "#imports";
 defineProps<{ id?: string }>();
 const heading = 1;
 const { anchorLinks } = useRuntimeConfig().public.content;
-console.log(anchorLinks);
 
 const generate =
   anchorLinks?.depth >= heading && !anchorLinks?.exclude.includes(heading);