diff --git a/src/utils/electronCrashReporter.js b/src/utils/electronCrashReporter.js index 79f2b6a63..8f1f5c8ec 100644 --- a/src/utils/electronCrashReporter.js +++ b/src/utils/electronCrashReporter.js @@ -44,7 +44,6 @@ export default function initCrashReporter(sessionId: string): Promise { }; remote.crashReporter.start(electronCrashReporterArgs); crashReporter.start(electronCrashReporterArgs); - remote.process.crash(); }); }); }