From a0b49a7a1c63ded0e861c872e6324da3e188bba1 Mon Sep 17 00:00:00 2001 From: Thomas Tracy Date: Mon, 11 Jul 2022 14:54:11 -0400 Subject: [PATCH] Revert "feat: Add cookie banner to profile for testing" --- .env | 1 - .env.development | 1 - public/index.html | 6 ------ 3 files changed, 8 deletions(-) diff --git a/.env b/.env index 4c30f90..2c93ffd 100644 --- a/.env +++ b/.env @@ -25,4 +25,3 @@ FAVICON_URL='' ENABLE_LEARNER_RECORD_MFE='' LEARNER_RECORD_MFE_BASE_URL='' COLLECT_YEAR_OF_BIRTH=true -DISPLAY_COOKIE_BANNER='' diff --git a/.env.development b/.env.development index 737dc3c..c7e9346 100644 --- a/.env.development +++ b/.env.development @@ -26,4 +26,3 @@ FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico ENABLE_LEARNER_RECORD_MFE='' LEARNER_RECORD_MFE_BASE_URL='http://localhost:1990' COLLECT_YEAR_OF_BIRTH=true -DISPLAY_COOKIE_BANNER=true diff --git a/public/index.html b/public/index.html index 2543cb0..e54972e 100755 --- a/public/index.html +++ b/public/index.html @@ -1,12 +1,6 @@ - <%if (process.env.DISPLAY_COOKIE_BANNER) { %> - - - - - <% } %> Learner Profile | <%= process.env.SITE_NAME %>