Skip to content

Commit

Permalink
Removed dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioTurco committed Sep 9, 2020
1 parent 9f23c6c commit bf0340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const createWindow = () => {
mainWindow.loadFile(path.join(__dirname, 'index.html'));

// Open the DevTools.
mainWindow.webContents.openDevTools();
//mainWindow.webContents.openDevTools();
};

// This method will be called when Electron has finished
Expand Down

0 comments on commit bf0340e

Please sign in to comment.