Skip to content

Commit

Permalink
Remove dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Aug 6, 2016
1 parent 9b04873 commit 7e8da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function createWindow () {
mainWindow.loadURL(`file://${__dirname}/index.html`)

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

// Emitted when the window is closed.
mainWindow.on('closed', function () {
Expand Down

0 comments on commit 7e8da89

Please sign in to comment.