diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 2885d37..61ab14e 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -1,7 +1,5 @@ import type { NextConfig } from "next"; -console.log("NEXT_PUBLIC_BACKEND_URL", process.env.NEXT_PUBLIC_BACKEND_URL); - const nextConfig: NextConfig = { output: "standalone", env: {