Remove unused variable

We use different logic to decide whether to show/hide the template
statistics part of the dashboard now.
This commit is contained in:
Chris Hill-Scott
2019-10-30 11:08:03 +00:00
parent c919c25bf8
commit 0ac6a2c1ab

View File

@@ -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