From 22095aa71c7dc200b6aae80ceac95113c0eb8c22 Mon Sep 17 00:00:00 2001 From: Theo Leuthardt <60556192+theoleuthardt@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:51:01 +0100 Subject: [PATCH] unnecessary change --- frontend/next.config.ts | 2 -- 1 file changed, 2 deletions(-) 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: {