Remove starting crash reporter from quick start

This commit is contained in:
Kevin Sawicki 2015-12-15 16:22:50 -08:00
parent 524649797f
commit 4718c726f6
9 changed files with 0 additions and 27 deletions

View file

@ -82,9 +82,6 @@ const electron = require('electron');
const app = electron.app; // Module to control application life.
const BrowserWindow = electron.BrowserWindow; // Module to create native browser window.
// Report crashes to our server.
electron.crashReporter.start();
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
var mainWindow = null;