Skip to content

Commit ca00ba9

Browse files
committed
removed an obsolete local var
1 parent 3664e3d commit ca00ba9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debug_toolbar/toolbar/loader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def render_toolbar(self, request):
5656
"""
5757
Renders the overall Toolbar with panels inside.
5858
"""
59-
media_path = os.path.join(os.path.dirname(__file__), os.pardir, 'media', 'debug_toolbar')
60-
6159
context = self.template_context.copy()
6260
context.update({
6361
'panels': self.panels,

0 commit comments

Comments
 (0)