From 7695b649949747f3dd2d61d20a63ef80d55804fc Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Sun, 14 Apr 2024 12:47:05 +0530 Subject: [PATCH] removed console.log --- components/Head.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Head.js b/components/Head.js index 46d6bbd47af..ff71b572e4f 100644 --- a/components/Head.js +++ b/components/Head.js @@ -12,7 +12,6 @@ export default function HeadComponent({ rssLink = '/rss.xml', }) { const url = process.env.NEXT_PUBLIC_DEPLOY_PRIME_URL || process.env.NEXT_PUBLIC_DEPLOY_URL || 'http://localhost:3000'; - console.log(url); const appContext = useContext(AppContext); const { path = '' } = appContext || {}; @@ -40,7 +39,6 @@ export default function HeadComponent({ return ( - console.log(process.env.DEPLOY_URL)