Merge pull request #6432 from freesewing/joost
fix(shared): Remove debug statement
This commit is contained in:
commit
89a3a66fc3
1 changed files with 0 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue