From 5d87aae115e4c05b21f0f6c0d540f1a1af53abad Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 2 Dec 2020 16:16:52 +0100 Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=20le=20console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/source/components/utils/markdown.tsx | 1 - 1 file changed, 1 deletion(-) 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(' ')