Skip to content

Commit

Permalink
chore: remove configurable google analytics code snippet
Browse files Browse the repository at this point in the history
Change-Id: If0a100dcc9d670f2da00faddad67a29dd0bfd095
  • Loading branch information
Guillaume-sousa committed Mar 1, 2024
1 parent 5cf6583 commit e4ef1d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mdcs/core_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit e4ef1d9

Please sign in to comment.