This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--remove-warning-msg in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit f528c2776e04ffe5c839c5570482f8cb7d66191b Author: John Bodley <[email protected]> AuthorDate: Sun Sep 20 14:50:06 2020 -0700 chore: Remove Obsolete WARNING_MSG from config --- superset/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/superset/config.py b/superset/config.py index 02070ad..a7a5e90 100644 --- a/superset/config.py +++ b/superset/config.py @@ -498,11 +498,6 @@ MAX_TABLE_NAMES = 3000 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
