diff options
Diffstat (limited to 'debug_toolbar/utils')
| -rw-r--r-- | debug_toolbar/utils/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debug_toolbar/utils/__init__.py b/debug_toolbar/utils/__init__.py index cec20ad..c94e19c 100644 --- a/debug_toolbar/utils/__init__.py +++ b/debug_toolbar/utils/__init__.py @@ -56,8 +56,6 @@ def tidy_stacktrace(stack): s_path = os.path.realpath(path) # Support hiding of frames -- used in various utilities that provide # inspection. - if '__traceback_hide__' in frame.f_locals: - continue if CONFIG['HIDE_DJANGO_SQL'] and django_path in s_path and not 'django/contrib' in s_path: continue if omit_path(s_path): |
