From 9979c6ad756e092b56e90ebe2d7068a2689e7cd6 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 9 Apr 2019 13:16:20 -0500 Subject: [PATCH] Fix electron --- public/electron.js | 2 -- 1 file changed, 2 deletions(-) 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'),