From 015f562d77f2232d9138f6c3da0933544c3ad694 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 25 Mar 2025 15:48:55 -0700 Subject: [PATCH] fix: .env.production from allowing console logs on build --- web/.env.production | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/.env.production b/web/.env.production index c808fa0b6a..4452aa6b8c 100644 --- a/web/.env.production +++ b/web/.env.production @@ -2,5 +2,3 @@ VITE_ACCOUNT=https://account.unraid.net VITE_CONNECT=https://connect.myunraid.net VITE_UNRAID_NET=https://unraid.net VITE_CALLBACK_KEY=Uyv2o8e*FiQe8VeLekTqyX6Z*8XonB -# Keep console logs until components are stabilized -VITE_ALLOW_CONSOLE_LOGS=true