diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index f1eb6b732..6a7119ac0 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -154,7 +154,6 @@ const getBasePath = () => { }; const Footer: React.FC = () => { const locale = useDefaultLocale() || "en"; - console.log(window.location); let basePath = getBasePath(); const renderLinksMap = [...LinksMap];