Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Sep 27, 2022
1 parent a22d52c commit 0d7fbbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/common/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function Header() {
<MenuItems>
{navigation.map(item => {
const isExternal = item.href.match(/(https?:\/\/[\w\d.-]+)/gi);
console.log(asPath === item.href, asPath, item.href)

return (
<MenuItem key={item.href} $current={asPath === item.href} {...(isExternal ? { target: "_blank" } : {})}>
Expand Down

0 comments on commit 0d7fbbf

Please sign in to comment.