@@ -11,7 +11,6 @@ export const getIsNewDesignEnabled = (): boolean => { const rawValue = getEnv()?.NEXT_PUBLIC_FF_NEW_DESIGN ?? process.env.NEXT_PUBLIC_FF_NEW_DESIGN const enabled = rawValue === 'true' - console.log('[NEXT_PUBLIC_FF_NEW_DESIGN]', { rawValue, enabled }) return enabled }