remove useless console.log

This commit is contained in:
isUnknown 2024-11-19 17:07:46 +01:00
parent 87484b4218
commit 5c959bff95

View file

@ -129,7 +129,6 @@ function toggleExpand() {
}
function isCurrent(navItem) {
console.log(navItem);
if (navItem.path) {
return navItem.path === route.path;
}