Enlève le console.log

pull/1256/head
Johan Girod 2020-12-02 16:16:52 +01:00
parent 164a92ed7d
commit 5d87aae115
1 changed files with 0 additions and 1 deletions

View File

@ -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(' ')