Remove probably useless console line

This commit is contained in:
Will Hunt 2020-09-23 22:28:24 +01:00 committed by GitHub
parent 50e25956c1
commit 7573911057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {