remove console.log

This commit is contained in:
Alex Holliday
2025-06-09 12:52:32 +08:00
parent 92ddf023ec
commit 3027606524

View File

@@ -47,9 +47,6 @@ const AppAppBar = () => {
const location = useLocation();
const navigate = useNavigate();
// Debugging: Log the current theme mode
console.log("Current theme mode:", mode);
const logoSrc =
mode === "light" ? "/images/prism-black.png" : "/images/prism-white.png";