diff --git a/cfgov/cfgov/settings/base.py b/cfgov/cfgov/settings/base.py index 9f874e51ecc..f0a968f9652 100644 --- a/cfgov/cfgov/settings/base.py +++ b/cfgov/cfgov/settings/base.py @@ -460,15 +460,8 @@ # override this based on the SAML_AUTH environment variable. SAML_AUTH = False -# When we generate an full HTML version of the regulation, we want to -# write it out somewhere. This is where. -OFFLINE_OUTPUT_DIR = "" - DATE_FORMAT = "n/j/Y" -GOOGLE_ANALYTICS_ID = "" -GOOGLE_ANALYTICS_SITE = "" - # CDNs WAGTAILFRONTENDCACHE = {}