diff --git a/cms/envs/devstack.py b/cms/envs/devstack.py index 8bbc89c6c6..b1397ed841 100644 --- a/cms/envs/devstack.py +++ b/cms/envs/devstack.py @@ -104,7 +104,6 @@ DEBUG_TOOLBAR_PANELS = ( 'debug_toolbar.panels.request.RequestPanel', 'debug_toolbar.panels.sql.SQLPanel', 'debug_toolbar.panels.signals.SignalsPanel', - 'debug_toolbar.panels.logging.LoggingPanel', 'debug_toolbar.panels.profiling.ProfilingPanel', 'debug_toolbar.panels.history.HistoryPanel', ) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index f6c812ad3b..856e9ef9c1 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -98,7 +98,6 @@ DEBUG_TOOLBAR_PANELS = ( 'debug_toolbar.panels.request.RequestPanel', 'debug_toolbar.panels.sql.SQLPanel', 'debug_toolbar.panels.signals.SignalsPanel', - 'debug_toolbar.panels.logging.LoggingPanel', 'debug_toolbar.panels.history.HistoryPanel', # ProfilingPanel has been intentionally removed for default devstack.py # runtimes for performance reasons. If you wish to re-enable it in your