From 4ccba3072dc0ca856490b81e88fb5a9d92e0fd85 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Tue, 29 Sep 2020 12:33:02 -0700 Subject: [PATCH] chore: Remove Obsolete WARNING_MSG from config (#10972) --- superset/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/superset/config.py b/superset/config.py index e7bf8c1b998..71c1e99bdc6 100644 --- a/superset/config.py +++ b/superset/config.py @@ -504,11 +504,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