Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 13, 2021
1 parent 22b5034 commit b69c8c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/nextjs-plugin/src/components/NextLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { NextLink } from './NextLink';

export const NextLayout: FC<Omit<LayoutProps, 'Helmet' | 'Link'>> = props => {
let head;
console.log('process.env.NEXT_PUBLIC_CC_CSS', process.env.NEXT_PUBLIC_CC_CSS);
if (typeof process.env.NEXT_PUBLIC_CC_CSS === 'string') {
head = (
<Helmet>
Expand Down

0 comments on commit b69c8c7

Please sign in to comment.