Skip to content

Commit

Permalink
Removed chrome dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ulver2812 committed Feb 26, 2019
1 parent 7f983b8 commit 4420edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function createWindow() {
}));
}

win.webContents.openDevTools();
// win.webContents.openDevTools();

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

0 comments on commit 4420edf

Please sign in to comment.