From e4ef1d917e518f0a7339ca7ce87a7f1297f475b8 Mon Sep 17 00:00:00 2001 From: Guillaume-sousa Date: Thu, 29 Feb 2024 09:46:46 -0500 Subject: [PATCH] chore: remove configurable google analytics code snippet Change-Id: If0a100dcc9d670f2da00faddad67a29dd0bfd095 --- mdcs/core_settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mdcs/core_settings.py b/mdcs/core_settings.py index a55e75c..fb1cc41 100644 --- a/mdcs/core_settings.py +++ b/mdcs/core_settings.py @@ -183,10 +183,6 @@ } """ -GA_TRACKING_ID = os.getenv("GA_TRACKING_ID", None) -""" :py:class:`str`: Google Analytics tracking ID. Adds gtag to user pages if set. -""" - ENABLE_XML_ENTITIES_TOOLTIPS = True """ :py:class:`bool`: Enable XML entities tooltips during curation. """