Remove duplicate start calls

This commit is contained in:
Kevin Sawicki 2015-12-15 16:10:04 -08:00
parent 58106e53c8
commit dcc99dd5cb

View file

@ -40,9 +40,7 @@ class CrashReporter
env = ATOM_SHELL_INTERNAL_CRASH_SERVICE: 1
spawn process.execPath, args, {env, detached: true}
start()
else
start()
start()
getLastCrashReport: ->
reports = this.getUploadedReports()