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

@ -41,8 +41,6 @@ class CrashReporter
spawn process.execPath, args, {env, detached: true}
start()
else
start()
getLastCrashReport: ->
reports = this.getUploadedReports()