diff --git a/mon-entreprise/source/components/utils/markdown.tsx b/mon-entreprise/source/components/utils/markdown.tsx index 65f68441c..858aad077 100644 --- a/mon-entreprise/source/components/utils/markdown.tsx +++ b/mon-entreprise/source/components/utils/markdown.tsx @@ -147,7 +147,6 @@ export function HeadingWithAnchorLink({ level: number children: React.ReactNode }) { - console.log(React.Children.toArray(children)) const { pathname } = useLocation() const headingId = flatMapChildren(children) .join(' ')