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

@ -53,9 +53,6 @@ your-app/
var app = require('app'); // Module to control application life.
var BrowserWindow = require('browser-window'); // Module to create native browser window.
// Report crashes to our server.
require('crash-reporter').start();
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the javascript object is GCed.
var mainWindow = null;