From 0d7fbbfba115110059dd59a8a1bc1f736bc805f4 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Tue, 27 Sep 2022 01:38:50 -0500 Subject: [PATCH] removed console log --- components/common/Header.jsx | 1 - 1 file changed, 1 deletion(-) 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 (