Remove probably useless console line
This commit is contained in:
parent
50e25956c1
commit
7573911057
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ const App: React.FC = () => {
|
|||
}
|
||||
|
||||
window.onhashchange = () => setHash(location.hash);
|
||||
console.log('why');
|
||||
}, []);
|
||||
|
||||
if (hash) {
|
||||
|
|
Loading…
Reference in a new issue