Remove debug statement
This commit is contained in:
parent
1ad11ed25f
commit
67787062ba
@ -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}/#/{"<"}
|
||||||
|
Loading…
Reference in New Issue
Block a user