diff --git a/src/App.tsx b/src/App.tsx index 376f7b6..f69d497 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -46,7 +46,6 @@ const App: React.FC = () => { } window.onhashchange = () => setHash(location.hash); - console.log('why'); }, []); if (hash) {