From 53360b6c2685ac76ccf6e7f8ce7a032a001adf4e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 9 Nov 2013 23:06:25 +0100 Subject: Remove unused method in panel API. --- debug_toolbar/panels/cache.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'debug_toolbar/panels/cache.py') 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), -- cgit v1.2.3