chore: console.log debug leftovers

This commit is contained in:
Rafael Taranto 2025-05-19 13:32:11 +01:00
parent 2bd0b55ad7
commit 45f0b987d7

View file

@ -35,7 +35,6 @@ const Link = ({
const [isActive] = useRoute(props.to)
const isParentActive = isParent && location.startsWith(props.to)
if (isActive || isParentActive) setActive(item)
console.log(location, isParentActive, isParent, location.startsWith(props.to))
const classNames = classnames({
[className]: true,