summaryrefslogtreecommitdiffstats
path: root/page.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-29 05:26:52 +0200
committerGitHub <noreply@github.com>2018-06-29 05:26:52 +0200
commitd5f2d8158b90a55cefe126e38132e390e9fa75f5 (patch)
tree8d31e608d7bf81d919fc4b8240508a4cb1982c41 /page.cgi
parent4a15e8b3b36dcde234ef2e068d931a59e0ce1d4e (diff)
downloadbugzilla-d5f2d8158b90a55cefe126e38132e390e9fa75f5.tar.gz
bugzilla-d5f2d8158b90a55cefe126e38132e390e9fa75f5.tar.xz
Bug 1472048 - Remove Metrics Code
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,
);