diff --git a/public/electron.js b/public/electron.js index 43d0701..379796c 100644 --- a/public/electron.js +++ b/public/electron.js @@ -82,8 +82,6 @@ function createWindow() { app.dock.hide(); } - mainWindow.openDevTools(); - // and load the index.html of the app. const startUrl = process.env.ELECTRON_START_URL || url.format({ pathname: path.join(__dirname, '../build/index.html'),