[ci skip] removed console.logs

This commit is contained in:
Murat Ozcan 2022-05-11 08:00:25 -05:00
parent 5cc8ce9634
commit 62de4c641a

View File

@ -14,17 +14,6 @@ interface NavbarProps {
links?: Link[] links?: Link[]
} }
console.log('COMMERCE_PROVIDER: ', process.env.COMMERCE_PROVIDER)
console.log(
'NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN: ',
process.env.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN
)
console.log(
'NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN: ',
process.env.NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN
)
console.log('COMMERCE_SEARCH_ENABLED: ', process.env.COMMERCE_SEARCH_ENABLED)
const Navbar: FC<NavbarProps> = ({ links }) => ( const Navbar: FC<NavbarProps> = ({ links }) => (
<NavbarRoot> <NavbarRoot>
<Container clean className="mx-auto max-w-8xl px-6"> <Container clean className="mx-auto max-w-8xl px-6">