1
0
Fork 0

Merge pull request #6432 from freesewing/joost

fix(shared): Remove debug statement
This commit is contained in:
Joost De Cock 2024-03-23 17:33:04 +01:00 committed by GitHub
commit 89a3a66fc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,6 @@ export const Breadcrumbs = ({ lead = false }) => {
export const NavLinks = () => {
const { slug } = useContext(NavigationContext)
const chunks = slug.split('/')
console.log(chunks[0])
return (
<div className="mdx my-4 bg">