diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-14 12:16:07 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-14 12:16:07 +0200 |
commit | 1595ee7da4559e4619127e2893cce04aad976ac8 (patch) | |
tree | c7ac3154661bbc7b9dc8f067eb9e4a4327fab94e /toolkit/mozapps/update/moz.build | |
parent | 413ba3bad12946082f4fa6918736cd8f8e2c5a62 (diff) | |
download | UXP-1595ee7da4559e4619127e2893cce04aad976ac8.tar UXP-1595ee7da4559e4619127e2893cce04aad976ac8.tar.gz UXP-1595ee7da4559e4619127e2893cce04aad976ac8.tar.lz UXP-1595ee7da4559e4619127e2893cce04aad976ac8.tar.xz UXP-1595ee7da4559e4619127e2893cce04aad976ac8.zip |
Rip broken telemetry out of the app AUS.
Tag #21
Diffstat (limited to 'toolkit/mozapps/update/moz.build')
-rw-r--r-- | toolkit/mozapps/update/moz.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/mozapps/update/moz.build b/toolkit/mozapps/update/moz.build index 78a6996b7..5f1d56764 100644 --- a/toolkit/mozapps/update/moz.build +++ b/toolkit/mozapps/update/moz.build @@ -23,10 +23,6 @@ EXTRA_COMPONENTS += [ 'nsUpdateServiceStub.js', ] -EXTRA_JS_MODULES += [ - 'UpdateTelemetry.jsm', -] - JAR_MANIFESTS += ['jar.mn'] with Files('**'): |