diff --git a/integrations/nextjs-plugin/src/components/NextLayout.tsx b/integrations/nextjs-plugin/src/components/NextLayout.tsx index 93617c393..c2d3548d7 100644 --- a/integrations/nextjs-plugin/src/components/NextLayout.tsx +++ b/integrations/nextjs-plugin/src/components/NextLayout.tsx @@ -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>