diff options
Diffstat (limited to 'debug_toolbar/panels/cache.py')
| -rw-r--r-- | debug_toolbar/panels/cache.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/debug_toolbar/panels/cache.py b/debug_toolbar/panels/cache.py index 8127d55..67c8f5a 100644 --- a/debug_toolbar/panels/cache.py +++ b/debug_toolbar/panels/cache.py @@ -201,9 +201,6 @@ class CacheDebugPanel(DebugPanel):                           'Cache calls from %(count)d backends',                           count) % dict(count=count) -    def url(self): -        return '' -      def process_response(self, request, response):          self.record_stats({              'total_calls': len(self.calls), | 
