We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2143726 commit b131707Copy full SHA for b131707
src/components/HomeView.tsx
@@ -74,7 +74,6 @@ const HomeView = ({}: Props) => {
74
} else if (currentPath.includes("/webdev/")) {
75
setCurrentProject(webDevProjList[0]);
76
}
77
- console.log(currentPath);
78
79
if (hueRotation != AppConfig.hueAnimDuration_Slow) {
80
setHueDuration(AppConfig.hueAnimDuration_Slow);
0 commit comments