remove support for crashReporter autoSubmit (#11976)

This commit is contained in:
shelley vohr 2018-02-20 11:10:35 -05:00 committed by Charles Kerr
parent 8d4bf3e29a
commit e1b81b8a62

View file

@ -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 = {}