diff --git a/apps/forum/src/components/App.tsx b/apps/forum/src/components/App.tsx index 6152439a..2f21120f 100644 --- a/apps/forum/src/components/App.tsx +++ b/apps/forum/src/components/App.tsx @@ -57,13 +57,6 @@ const InnerApp = () => { location.pathname.startsWith("/") && location.pathname.split("/").length === 3; - console.log(location); - console.log(isThreadRoute); - - useEffect(() => { - console.log(location.hash); - }, [location]); - const handleReset = () => { navigate("/"); setRefresh(!refresh);