From bc8d41cd66de2b06b4657157770dbe607c130cef Mon Sep 17 00:00:00 2001 From: Thomas Tracy Date: Mon, 16 Mar 2020 12:51:47 -0400 Subject: [PATCH] Remove coaching environment variable (#196) Since we are not yet setting this in production, we need to remove it from .env to prevent the page from building 'null' as its value --- .env | 1 - 1 file changed, 1 deletion(-) diff --git a/.env b/.env index 3210a2e..34dbdf6 100644 --- a/.env +++ b/.env @@ -15,4 +15,3 @@ SEGMENT_KEY=null SITE_NAME=null SUPPORT_URL=null USER_INFO_COOKIE_NAME=null -COACHING_ENABLED=null