From 62de4c641ade1aa30a3e3992a200394f7e28eb8f Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Wed, 11 May 2022 08:00:25 -0500 Subject: [PATCH] [ci skip] removed console.logs --- site/components/common/Navbar/Navbar.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/site/components/common/Navbar/Navbar.tsx b/site/components/common/Navbar/Navbar.tsx index ec9b0f734..f0591fabe 100644 --- a/site/components/common/Navbar/Navbar.tsx +++ b/site/components/common/Navbar/Navbar.tsx @@ -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 = ({ links }) => (