Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 14, 2024
1 parent 6e2d197 commit 7695b64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Head.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || {};

Expand Down Expand Up @@ -40,7 +39,6 @@ export default function HeadComponent({

return (
<Head>
console.log(process.env.DEPLOY_URL)
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
<meta httpEquiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down

0 comments on commit 7695b64

Please sign in to comment.