diff --git a/proto/src/app/layout.tsx b/proto/src/app/layout.tsx index ce8807d..5d2ce2d 100755 --- a/proto/src/app/layout.tsx +++ b/proto/src/app/layout.tsx @@ -62,7 +62,6 @@ export default function RootLayout({ }: Readonly<{ children: React.ReactNode; }>) { - const isStaging = process.env.NEXT_PUBLIC_DEPLOY_ENV === 'staging'; return (
@@ -86,11 +85,6 @@ export default function RootLayout({ style={{ background: 'var(--color-background)', color: 'var(--color-foreground)' }} >