Skip to content

Commit

Permalink
fix: clear Debug info (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: linxin <[email protected]>
  • Loading branch information
ylinwind and linxin authored Sep 11, 2024
1 parent 1f6a928 commit 48be197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const getBasePath = () => {
};
const Footer: React.FC = () => {
const locale = useDefaultLocale() || "en";
console.log(window.location);
let basePath = getBasePath();

const renderLinksMap = [...LinksMap];
Expand Down

0 comments on commit 48be197

Please sign in to comment.