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/sql.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'debug_toolbar/panels/sql.py') diff --git a/debug_toolbar/panels/sql.py b/debug_toolbar/panels/sql.py index 660a794..1ced049 100644 --- a/debug_toolbar/panels/sql.py +++ b/debug_toolbar/panels/sql.py @@ -131,9 +131,6 @@ class SQLDebugPanel(DebugPanel): 'SQL Queries from %(count)d connections', count) % dict(count=count) - def url(self): - return '' - def process_response(self, request, response): if self._queries: width_ratio_tally = 0 -- cgit v1.2.3