Skip to content

Commit

Permalink
disable devtools debug
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Oct 17, 2015
1 parent f37954d commit 71351ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ ipc.on('create-window', function (ev, config) {
})

ipc.once('window-ready', function () {
win.webContents.openDevTools()

// win.webContents.openDevTools()
win.webContents.send('peer-config', config)
})

Expand Down

0 comments on commit 71351ee

Please sign in to comment.