Skip to content

Commit

Permalink
hide console on startup to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Jul 3, 2018
1 parent 40dea03 commit 8983a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function createWindow () {

// Open the DevTools.
//TODO remove this by default, but have an option to enable this
win.webContents.openDevTools();
//win.webContents.openDevTools();

// Emitted when the window is closed.
win.on("closed", () => {
Expand Down

0 comments on commit 8983a44

Please sign in to comment.