diff options
| author | Aymeric Augustin | 2013-11-09 23:06:25 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-09 23:06:25 +0100 | 
| commit | 53360b6c2685ac76ccf6e7f8ce7a032a001adf4e (patch) | |
| tree | 39bd35631bc3bfd1b401c9fedffb908b814decf0 /debug_toolbar/panels/cache.py | |
| parent | b8387222662e54da9c1cabbe5a9df698d25c594f (diff) | |
| download | django-debug-toolbar-53360b6c2685ac76ccf6e7f8ce7a032a001adf4e.tar.bz2 | |
Remove unused method in panel API.
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), | 
