mirror of
https://github.com/vercel/commerce.git
synced 2025-06-08 09:16:58 +00:00
[ci skip] removed console.logs
This commit is contained in:
parent
5cc8ce9634
commit
62de4c641a
@ -14,17 +14,6 @@ interface NavbarProps {
|
||||
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 }) => (
|
||||
<NavbarRoot>
|
||||
<Container clean className="mx-auto max-w-8xl px-6">
|
||||
|
Loading…
x
Reference in New Issue
Block a user