Remove debug statement
This commit is contained in:
parent
1ad11ed25f
commit
67787062ba
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ const App: React.FC = () => {
|
|||
if (location.hash.startsWith("#/")) {
|
||||
page = <LinkRouter link={location.hash.slice(2)} />;
|
||||
} else {
|
||||
console.log("asdfadf");
|
||||
page = (
|
||||
<Tile>
|
||||
Links should be in the format {location.host}/#/{"<"}
|
||||
|
|
Loading…
Reference in a new issue