diff options
| author | Aymeric Augustin | 2013-11-10 16:02:24 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-10 16:02:50 +0100 | 
| commit | b9d2abfeddaaea4c70f75e0c19a40195740b009d (patch) | |
| tree | d97f83d58ba3081fd6aab74a8b590f207d016a04 /debug_toolbar/middleware.py | |
| parent | f92aba225936fa768c098a8f1db51125ac1715ec (diff) | |
| download | django-debug-toolbar-b9d2abfeddaaea4c70f75e0c19a40195740b009d.tar.bz2 | |
Remove code that isn't used any more.
Diffstat (limited to 'debug_toolbar/middleware.py')
| -rw-r--r-- | debug_toolbar/middleware.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/debug_toolbar/middleware.py b/debug_toolbar/middleware.py index 80e9305..daea751 100644 --- a/debug_toolbar/middleware.py +++ b/debug_toolbar/middleware.py @@ -54,10 +54,6 @@ class DebugToolbarMiddleware(object):      """      debug_toolbars = {} -    @classmethod -    def get_current(cls): -        return cls.debug_toolbars.get(threading.current_thread().ident) -      def __init__(self):          self._urlconfs = {} | 
