diff options
Diffstat (limited to 'build/mobile/b2gautomation.py')
-rw-r--r-- | build/mobile/b2gautomation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/mobile/b2gautomation.py b/build/mobile/b2gautomation.py index d73edd4198..e547bd6d20 100644 --- a/build/mobile/b2gautomation.py +++ b/build/mobile/b2gautomation.py @@ -157,7 +157,6 @@ class B2GRemoteAutomation(Automation): env = {} if crashreporter: - env['MOZ_CRASHREPORTER'] = '1' env['MOZ_CRASHREPORTER_NO_REPORT'] = '1' # We always hide the results table in B2G; it's much slower if we don't. |