diff --git a/app/diagnostic/page.tsx b/app/diagnostic/page.tsx index 8b72e563..625d8fd5 100644 --- a/app/diagnostic/page.tsx +++ b/app/diagnostic/page.tsx @@ -2,20 +2,6 @@ import { notFound } from 'next/navigation'; import { createServer } from '@/lib/supabase/server'; export default async function DiagnosticPage() { - restrict-diagnostic-page - - // Restrict diagnostic page in production - if (process.env.NODE_ENV === 'production') { - return ( -