diff --git a/components/common/Header.jsx b/components/common/Header.jsx index 23d026f..3e981a7 100644 --- a/components/common/Header.jsx +++ b/components/common/Header.jsx @@ -140,7 +140,6 @@ function Header() { {navigation.map(item => { const isExternal = item.href.match(/(https?:\/\/[\w\d.-]+)/gi); - console.log(asPath === item.href, asPath, item.href) return (