Remove starting crash reporter from quick start
This commit is contained in:
parent
524649797f
commit
4718c726f6
9 changed files with 0 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue