Commit 8cde240d by chrisndodge

Merge pull request #8805 from edx/cdodge/remove-profile-panel

Remove the DjDT profiling panel from devstack.py. It appears to cause…
parents dbc470ab 8c6939d5
......@@ -62,7 +62,10 @@ DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar_mongo.panel.MongoDebugPanel',
'debug_toolbar.panels.profiling.ProfilingPanel',
# ProfilingPanel has been intentionally removed for default devstack.py
# runtimes for performance reasons. If you wish to re-enable it in your
# local development environment, please create a new settings file
# that imports and extends devstack.py.
)
DEBUG_TOOLBAR_CONFIG = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment