Skip to content

Commit

Permalink
Merge pull request #25 from atom/remove-crash-reporter-starting
Browse files Browse the repository at this point in the history
Remove call to crashReporter.start()
  • Loading branch information
Jessica Lord committed Dec 16, 2015
2 parents 7287c09 + d3e2c50 commit 96be8d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,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.
let mainWindow;
Expand Down

0 comments on commit 96be8d3

Please sign in to comment.