aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/panels/sql.py')
-rw-r--r--debug_toolbar/panels/sql.py3
1 files changed, 0 insertions, 3 deletions
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