diff --git a/frontend/src/app/chat/page.tsx b/frontend/src/app/chat/page.tsx index 29f56d49..e8df5b97 100644 --- a/frontend/src/app/chat/page.tsx +++ b/frontend/src/app/chat/page.tsx @@ -25,9 +25,7 @@ import type { } from "./types"; function ChatPage() { - const isDebugMode = - process.env.NODE_ENV === "development" || - process.env.NEXT_PUBLIC_OPENRAG_DEBUG === "true"; + const isDebugMode = process.env.NEXT_PUBLIC_OPENRAG_DEBUG === "true"; const { endpoint, setEndpoint,