diff --git a/webapp/crashstats/crashstats/jinja2/crashstats/report_index.html b/webapp/crashstats/crashstats/jinja2/crashstats/report_index.html index 7648de07eb..47235a4176 100644 --- a/webapp/crashstats/crashstats/jinja2/crashstats/report_index.html +++ b/webapp/crashstats/crashstats/jinja2/crashstats/report_index.html @@ -1281,10 +1281,6 @@

Processor

{% if report and report.stackwalk_version %} {{ report.stackwalk_version }} {% endif %} - {# FIXME(willkg): this is the old location; remove in December 2022 #} - {% if report and report.json_dump and report.json_dump.stackwalk_version %} - {{ report.json_dump.stackwalk_version }} - {% endif %}