Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Remove devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Zhou committed Feb 9, 2016
1 parent c464bf2 commit e1cc7b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dawn/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ app.on('ready', function() {

mainWindow.loadURL('file://' + __dirname + '/static/index.html');

mainWindow.webContents.openDevTools(); // Open dev tools

mainWindow.on('closed', function() {
mainWindow = null;
});
Expand Down

0 comments on commit e1cc7b4

Please sign in to comment.