From 536c26decb4766b59e55eb33b04380d762aa3462 Mon Sep 17 00:00:00 2001 From: Rajat Agrawal Date: Sun, 14 Apr 2024 10:38:33 +0530 Subject: [PATCH] chore: Remove unused environment variable (#32520) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ This PR removes unused environment variable Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Sanity" ### :mag: Cypress test results > [!IMPORTANT] > Workflow run: > Commit: `f86cfafda68bc6281dc3f7f431f4756d5f0c61af` > Cypress dashboard url: Click here! > All cypress tests have passed 🎉🎉🎉 --- app/client/public/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/client/public/index.html b/app/client/public/index.html index 553ae9a5c3..b4ec35d3dc 100755 --- a/app/client/public/index.html +++ b/app/client/public/index.html @@ -40,8 +40,6 @@ const CLOUD_HOSTING = parseConfig("__APPSMITH_CLOUD_HOSTING__"); const ZIPY_KEY = parseConfig("__APPSMITH_ZIPY_SDK_KEY__"); const AIRGAPPED = parseConfig("__APPSMITH_AIRGAP_ENABLED__"); - // NREUM variable is required when we are we are are dynamically loading new relic browser agent script - NREUM = undefined