From e1b81b8a62793c957a77e67ca1878cc597012611 Mon Sep 17 00:00:00 2001 From: shelley vohr Date: Tue, 20 Feb 2018 11:10:35 -0500 Subject: [PATCH] remove support for crashReporter autoSubmit (#11976) --- lib/common/api/crash-reporter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/common/api/crash-reporter.js b/lib/common/api/crash-reporter.js index efbf2cea5f63..d32d6b720339 100644 --- a/lib/common/api/crash-reporter.js +++ b/lib/common/api/crash-reporter.js @@ -20,7 +20,6 @@ class CrashReporter { uploadToServer } = options - if (uploadToServer == null) uploadToServer = options.autoSubmit if (uploadToServer == null) uploadToServer = true if (ignoreSystemCrashHandler == null) ignoreSystemCrashHandler = false if (extra == null) extra = {}