Skip to content

Commit

Permalink
chore: Remove Obsolete WARNING_MSG from config (apache#10972)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and auxten committed Nov 20, 2020
1 parent e1592f3 commit 0281088
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,6 @@ def _try_json_readsha( # pylint: disable=unused-argument
SQLLAB_SAVE_WARNING_MESSAGE = None
SQLLAB_SCHEDULE_WARNING_MESSAGE = None

# If defined, shows this text in an alert-warning box in the navbar
# one example use case may be "STAGING" to make it clear that this is
# not the production version of the site.
WARNING_MSG = None

# Default celery config is to use SQLA as a broker, in a production setting
# you'll want to use a proper broker as specified here:
# http://docs.celeryproject.org/en/latest/getting-started/brokers/index.html
Expand Down

0 comments on commit 0281088

Please sign in to comment.