From 9199b7ffa99d442c8b0729f0dc1724fdc26ddfea Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Mon, 25 Jul 2016 09:22:25 -0700 Subject: [PATCH] Disable autosubmit of crash reporter --- src/crash-reporter-start.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crash-reporter-start.coffee b/src/crash-reporter-start.coffee index af371df79..f19e61179 100644 --- a/src/crash-reporter-start.coffee +++ b/src/crash-reporter-start.coffee @@ -4,6 +4,6 @@ module.exports = (extra) -> crashReporter.start({ productName: 'Atom', companyName: 'GitHub', - submitURL: 'http://54.249.141.255:1127/post' + autoSubmit: false, extra: extra })