From 673827d7974ad278f4400886900f85c4c0a85cd3 Mon Sep 17 00:00:00 2001 From: Frank Bertsch Date: Wed, 7 Mar 2018 15:51:08 -0600 Subject: [PATCH] Remove aurora scalar definitions --- moztelemetry/scalar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moztelemetry/scalar.py b/moztelemetry/scalar.py index 12b192d..f8d084c 100644 --- a/moztelemetry/scalar.py +++ b/moztelemetry/scalar.py @@ -19,7 +19,6 @@ SCALARS_YAML_PATH = '/toolkit/components/telemetry/Scalars.yaml' REVISIONS = {'nightly': 'https://hg.mozilla.org/mozilla-central/rev/tip', - 'aurora': 'https://hg.mozilla.org/releases/mozilla-aurora/rev/tip', 'beta': 'https://hg.mozilla.org/releases/mozilla-beta/rev/tip', 'release': 'https://hg.mozilla.org/releases/mozilla-release/rev/tip'}