From ac85576a8799ec12036bfb8bb93ac48f96830f1f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 13 Mar 2017 19:23:22 -0400 Subject: Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. --- template/en/default/list/list.html.tmpl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 051382a21..5e154f5df 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -317,13 +317,5 @@ [% ELSE %] [% bugs.size %] [%+ terms.bugs %] found. [% END %] - [% IF elastic %] -
- ElasticSearch took [% elastic_query_time FILTER html %] seconds. - Try without ElasticSearch - [% ELSIF was_elastic %] -
- Search took [% query_time FILTER html %] seconds. - [% END %] [% END %] -- cgit v1.2.3-24-g4f1b