From 7573911057b708ebff05b64da4ed9995ada5e841 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 23 Sep 2020 22:28:24 +0100 Subject: [PATCH] Remove probably useless console line --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) 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) {