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