refactor: remove debug logging from navbar

This commit is contained in:
Youwen Wu 2024-04-06 00:16:32 -07:00
parent 3cfbb34041
commit 10764886e4
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -13,8 +13,6 @@
const updateCurrent = () => {
const path = window.location.pathname;
console.log(path);
console.log(path.split('/'));
if (path === '/') {
current = 'home';
} else {