Removed some console.logs

This commit is contained in:
Arunavo Ray
2025-07-07 23:12:26 +05:30
parent fd8f782f34
commit c95a501974
7 changed files with 0 additions and 13 deletions

View File

@@ -18,7 +18,6 @@ export function Sidebar({ className, onNavigate, isOpen, onClose }: SidebarProps
// Hydration happens here
const path = window.location.pathname;
setCurrentPath(path);
console.log("Hydrated path:", path); // Should log now
}, []);
// Listen for URL changes (browser back/forward)