diff options
Diffstat (limited to 'build/automation.py.in')
-rw-r--r-- | build/automation.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/automation.py.in b/build/automation.py.in index 1c63977e8..83e718037 100644 --- a/build/automation.py.in +++ b/build/automation.py.in @@ -230,7 +230,6 @@ class Automation(object): if crashreporter and not debugger: env['MOZ_CRASHREPORTER_NO_REPORT'] = '1' - env['MOZ_CRASHREPORTER'] = '1' else: env['MOZ_CRASHREPORTER_DISABLE'] = '1' |