diff --git a/index.js b/index.js index 4da949d..d5ae2c1 100644 --- a/index.js +++ b/index.js @@ -66,7 +66,7 @@ function createWindow () { win.loadFile('app/index.html'); // Open the DevTools. - win.webContents.openDevTools(); + // win.webContents.openDevTools(); // Comment out for production // Emitted when the window is closed. win.on('closed', () => {