diff --git a/main.js b/main.js index 2c2634b..0189f64 100644 --- a/main.js +++ b/main.js @@ -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;