Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
We use different logic to decide whether to show/hide the template
statistics part of the dashboard now.
  • Loading branch information
quis committed Oct 30, 2019
1 parent c919c25 commit 0ac6a2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main/views/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def get_dashboard_partials(service_id):
[row['count'] for row in template_statistics] or [0]
),
),
'has_template_statistics': bool(template_statistics),
'jobs': render_template(
'views/dashboard/_jobs.html',
jobs=immediate_jobs
Expand Down

0 comments on commit 0ac6a2c

Please sign in to comment.