Skip to content

Commit

Permalink
remove debugging log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer authored Jul 13, 2023
1 parent 3a643da commit 08879e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Main = (props: Props) => {
// Handle changes to URL
window.addEventListener("hashchange", () => {
setUrl(window.location.href);
console.error("The hash has changed!");
});
return (
<Index {...{
Expand Down

0 comments on commit 08879e0

Please sign in to comment.