Remove debug statement

This commit is contained in:
Jorik Schellekens 2020-08-19 16:55:56 +01:00
parent 1ad11ed25f
commit 67787062ba

View File

@ -37,7 +37,6 @@ const App: React.FC = () => {
if (location.hash.startsWith("#/")) { if (location.hash.startsWith("#/")) {
page = <LinkRouter link={location.hash.slice(2)} />; page = <LinkRouter link={location.hash.slice(2)} />;
} else { } else {
console.log("asdfadf");
page = ( page = (
<Tile> <Tile>
Links should be in the format {location.host}/#/{"<"} Links should be in the format {location.host}/#/{"<"}