summaryrefslogtreecommitdiffstats
path: root/page.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'page.cgi')
-rwxr-xr-xpage.cgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/page.cgi b/page.cgi
index cd2e927cd..3784b92ed 100755
--- a/page.cgi
+++ b/page.cgi
@@ -65,11 +65,6 @@ if ($id) {
ThrowCodeError("bad_page_cgi_id", { "page_id" => $id });
}
- # BMO - append template filename to metrics data
- if (Bugzilla->metrics_enabled) {
- Bugzilla->metrics->name("page.cgi $id");
- }
-
my %vars = (
quicksearch_field_names => \&quicksearch_field_names,
);