Compare commits

...

1 commit

Author SHA1 Message Date
Will Hunt
7573911057
Remove probably useless console line 2020-09-23 22:28:24 +01:00

View file

@ -46,7 +46,6 @@ const App: React.FC = () => {
} }
window.onhashchange = () => setHash(location.hash); window.onhashchange = () => setHash(location.hash);
console.log('why');
}, []); }, []);
if (hash) { if (hash) {