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/profiling.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'debug_toolbar/panels/profiling.py') diff --git a/debug_toolbar/panels/profiling.py b/debug_toolbar/panels/profiling.py index 0555f23..a67c491 100644 --- a/debug_toolbar/panels/profiling.py +++ b/debug_toolbar/panels/profiling.py @@ -151,9 +151,6 @@ class ProfilingDebugPanel(DebugPanel): def nav_title(self): return _('Profiling') - def url(self): - return '' - def title(self): return _('Profiling') -- cgit v1.2.3